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