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