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