pub struct RevocationDocumentParser;Expand description
Revocation document parser
Trait Implementations§
Source§impl Clone for RevocationDocumentParser
impl Clone for RevocationDocumentParser
Source§fn clone(&self) -> RevocationDocumentParser
fn clone(&self) -> RevocationDocumentParser
Returns a duplicate 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 RevocationDocumentParser
impl Debug for RevocationDocumentParser
impl Copy for RevocationDocumentParser
Auto Trait Implementations§
impl Freeze for RevocationDocumentParser
impl RefUnwindSafe for RevocationDocumentParser
impl Send for RevocationDocumentParser
impl Sync for RevocationDocumentParser
impl Unpin for RevocationDocumentParser
impl UnwindSafe for RevocationDocumentParser
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