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