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