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