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