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