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