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