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