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