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