Struct schema_org_constants::LibrarySystemIri
source · 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
source§fn eq(&self, other: &LibrarySystemIri) -> bool
fn eq(&self, other: &LibrarySystemIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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