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