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