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