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