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