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