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