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