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
source§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§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.6.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§type Builder = ListCertsQueryFromXmlBuilder
type Builder = ListCertsQueryFromXmlBuilder
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 PartialEq for ListCertsQuery
impl PartialEq for ListCertsQuery
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)