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