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