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