pub struct DaemonIdentity {
pub instance_id: String,
pub generation: i64,
pub pid: u32,
pub started_at: String,
}Fields§
§instance_id: String§generation: i64§pid: u32§started_at: StringTrait Implementations§
Source§impl Clone for DaemonIdentity
impl Clone for DaemonIdentity
Source§fn clone(&self) -> DaemonIdentity
fn clone(&self) -> DaemonIdentity
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 moreAuto Trait Implementations§
impl Freeze for DaemonIdentity
impl RefUnwindSafe for DaemonIdentity
impl Send for DaemonIdentity
impl Sync for DaemonIdentity
impl Unpin for DaemonIdentity
impl UnsafeUnpin for DaemonIdentity
impl UnwindSafe for DaemonIdentity
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