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