pub struct LibrarySystemIri;Trait Implementations§
Source§impl PartialEq<&str> for LibrarySystemIri
impl PartialEq<&str> for LibrarySystemIri
Source§impl PartialEq<LibrarySystemIri> for &str
impl PartialEq<LibrarySystemIri> for &str
Auto Trait Implementations§
impl Freeze for LibrarySystemIri
impl RefUnwindSafe for LibrarySystemIri
impl Send for LibrarySystemIri
impl Sync for LibrarySystemIri
impl Unpin for LibrarySystemIri
impl UnwindSafe for LibrarySystemIri
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