Struct xmpp_parsers::cert_management::ListCertsQuery
source · pub struct ListCertsQuery;
Expand description
Client requests the current list of X.509 certificates.
Trait Implementations§
source§impl AsXml for ListCertsQuery
impl AsXml for ListCertsQuery
§type ItemIter<'xso_proc_as_xml_iter_lifetime> = ListCertsQueryAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = ListCertsQueryAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
source§fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable [
Item
] items.source§impl Clone for ListCertsQuery
impl Clone for ListCertsQuery
source§fn clone(&self) -> ListCertsQuery
fn clone(&self) -> ListCertsQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListCertsQuery
impl Debug for ListCertsQuery
source§impl From<ListCertsQuery> for Element
impl From<ListCertsQuery> for Element
source§fn from(other: ListCertsQuery) -> Self
fn from(other: ListCertsQuery) -> Self
Converts to this type from the input type.
source§impl FromXml for ListCertsQuery
impl FromXml for ListCertsQuery
source§impl PartialEq for ListCertsQuery
impl PartialEq for ListCertsQuery
source§fn eq(&self, other: &ListCertsQuery) -> bool
fn eq(&self, other: &ListCertsQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for ListCertsQuery
impl TryFrom<Element> for ListCertsQuery
impl IqGetPayload for ListCertsQuery
impl StructuralPartialEq for ListCertsQuery
Auto Trait Implementations§
impl Freeze for ListCertsQuery
impl RefUnwindSafe for ListCertsQuery
impl Send for ListCertsQuery
impl Sync for ListCertsQuery
impl Unpin for ListCertsQuery
impl UnwindSafe for ListCertsQuery
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)