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