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