pub struct EngineQuitUpdate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EngineQuitUpdate
impl Clone for EngineQuitUpdate
Source§fn clone(&self) -> EngineQuitUpdate
fn clone(&self) -> EngineQuitUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EngineQuitUpdate
impl Debug for EngineQuitUpdate
Source§impl Default for EngineQuitUpdate
impl Default for EngineQuitUpdate
Source§impl From<EngineQuitUpdate> for EngineQuitUpdate
impl From<EngineQuitUpdate> for EngineQuitUpdate
Source§fn from(value: EngineQuitUpdate) -> Self
fn from(value: EngineQuitUpdate) -> Self
Converts to this type from the input type.
Source§impl TryFrom<EngineQuitUpdate> for EngineQuitUpdate
impl TryFrom<EngineQuitUpdate> for EngineQuitUpdate
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: EngineQuitUpdate) -> Result<Self, ConversionError>
fn try_from(value: EngineQuitUpdate) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for EngineQuitUpdate
impl RefUnwindSafe for EngineQuitUpdate
impl Send for EngineQuitUpdate
impl Sync for EngineQuitUpdate
impl Unpin for EngineQuitUpdate
impl UnsafeUnpin for EngineQuitUpdate
impl UnwindSafe for EngineQuitUpdate
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