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