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