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