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