pub struct VehicleEnginePropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for VehicleEnginePropertyIri
impl PartialEq<&str> for VehicleEnginePropertyIri
Source§impl PartialEq<VehicleEnginePropertyIri> for &str
impl PartialEq<VehicleEnginePropertyIri> for &str
Auto Trait Implementations§
impl Freeze for VehicleEnginePropertyIri
impl RefUnwindSafe for VehicleEnginePropertyIri
impl Send for VehicleEnginePropertyIri
impl Sync for VehicleEnginePropertyIri
impl Unpin for VehicleEnginePropertyIri
impl UnwindSafe for VehicleEnginePropertyIri
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