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