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