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