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