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