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