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