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