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