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