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