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