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