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