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