pub struct ProfileDaemonStatus {
pub enabled: bool,
pub note: String,
}Fields§
§enabled: bool§note: StringTrait Implementations§
Source§impl Clone for ProfileDaemonStatus
impl Clone for ProfileDaemonStatus
Source§fn clone(&self) -> ProfileDaemonStatus
fn clone(&self) -> ProfileDaemonStatus
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 ProfileDaemonStatus
impl Debug for ProfileDaemonStatus
Source§impl Default for ProfileDaemonStatus
impl Default for ProfileDaemonStatus
impl Eq for ProfileDaemonStatus
Source§impl PartialEq for ProfileDaemonStatus
impl PartialEq for ProfileDaemonStatus
Source§fn eq(&self, other: &ProfileDaemonStatus) -> bool
fn eq(&self, other: &ProfileDaemonStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProfileDaemonStatus
Auto Trait Implementations§
impl Freeze for ProfileDaemonStatus
impl RefUnwindSafe for ProfileDaemonStatus
impl Send for ProfileDaemonStatus
impl Sync for ProfileDaemonStatus
impl Unpin for ProfileDaemonStatus
impl UnsafeUnpin for ProfileDaemonStatus
impl UnwindSafe for ProfileDaemonStatus
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