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