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