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