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