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