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