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