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