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