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