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