pub struct MonitorsToggle {
pub credentials: Option<bool>,
pub memory: Option<bool>,
pub skills: Option<bool>,
pub cost: Option<bool>,
}Fields§
§credentials: Option<bool>§memory: Option<bool>§skills: Option<bool>§cost: Option<bool>Trait Implementations§
Source§impl Clone for MonitorsToggle
impl Clone for MonitorsToggle
Source§fn clone(&self) -> MonitorsToggle
fn clone(&self) -> MonitorsToggle
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 MonitorsToggle
impl Debug for MonitorsToggle
Source§impl Default for MonitorsToggle
impl Default for MonitorsToggle
Source§fn default() -> MonitorsToggle
fn default() -> MonitorsToggle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MonitorsTogglewhere
MonitorsToggle: Default,
impl<'de> Deserialize<'de> for MonitorsTogglewhere
MonitorsToggle: Default,
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
Source§impl PartialEq for MonitorsToggle
impl PartialEq for MonitorsToggle
Source§fn eq(&self, other: &MonitorsToggle) -> bool
fn eq(&self, other: &MonitorsToggle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MonitorsToggle
impl Serialize for MonitorsToggle
impl StructuralPartialEq for MonitorsToggle
Auto Trait Implementations§
impl Freeze for MonitorsToggle
impl RefUnwindSafe for MonitorsToggle
impl Send for MonitorsToggle
impl Sync for MonitorsToggle
impl Unpin for MonitorsToggle
impl UnsafeUnpin for MonitorsToggle
impl UnwindSafe for MonitorsToggle
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