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