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