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