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