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