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