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