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