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