pub struct PresentationDigitalDocumentIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for PresentationDigitalDocumentIriOrLabel
impl PartialEq<&str> for PresentationDigitalDocumentIriOrLabel
source§impl PartialEq<PresentationDigitalDocumentIriOrLabel> for &str
impl PartialEq<PresentationDigitalDocumentIriOrLabel> for &str
source§fn eq(&self, other: &PresentationDigitalDocumentIriOrLabel) -> bool
fn eq(&self, other: &PresentationDigitalDocumentIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for PresentationDigitalDocumentIriOrLabel
impl RefUnwindSafe for PresentationDigitalDocumentIriOrLabel
impl Send for PresentationDigitalDocumentIriOrLabel
impl Sync for PresentationDigitalDocumentIriOrLabel
impl Unpin for PresentationDigitalDocumentIriOrLabel
impl UnwindSafe for PresentationDigitalDocumentIriOrLabel
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