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