pub struct DaemonIdleShutdownStatus { /* private fields */ }Expand description
Snapshot of daemon idle-shutdown state.
Implementations§
Trait Implementations§
Source§impl Clone for DaemonIdleShutdownStatus
impl Clone for DaemonIdleShutdownStatus
Source§fn clone(&self) -> DaemonIdleShutdownStatus
fn clone(&self) -> DaemonIdleShutdownStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DaemonIdleShutdownStatus
impl Debug for DaemonIdleShutdownStatus
Source§impl<'de> Deserialize<'de> for DaemonIdleShutdownStatus
impl<'de> Deserialize<'de> for DaemonIdleShutdownStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DaemonIdleShutdownStatus
Source§impl PartialEq for DaemonIdleShutdownStatus
impl PartialEq for DaemonIdleShutdownStatus
Source§impl Serialize for DaemonIdleShutdownStatus
impl Serialize for DaemonIdleShutdownStatus
impl StructuralPartialEq for DaemonIdleShutdownStatus
Auto Trait Implementations§
impl Freeze for DaemonIdleShutdownStatus
impl RefUnwindSafe for DaemonIdleShutdownStatus
impl Send for DaemonIdleShutdownStatus
impl Sync for DaemonIdleShutdownStatus
impl Unpin for DaemonIdleShutdownStatus
impl UnsafeUnpin for DaemonIdleShutdownStatus
impl UnwindSafe for DaemonIdleShutdownStatus
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