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