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