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