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 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
§type Builder = ListCertsQueryFromEvents
type Builder = ListCertsQueryFromEvents
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl IntoXml for ListCertsQuery
impl IntoXml for ListCertsQuery
§type EventIter = ListCertsQueryIntoEvents
type EventIter = ListCertsQueryIntoEvents
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.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