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