pub struct ComputerControlConfig {
pub enabled: bool,
pub require_confirmation: bool,
pub max_actions_per_second: u32,
}Fields§
§enabled: bool§require_confirmation: bool§max_actions_per_second: u32Trait Implementations§
Source§impl Clone for ComputerControlConfig
impl Clone for ComputerControlConfig
Source§fn clone(&self) -> ComputerControlConfig
fn clone(&self) -> ComputerControlConfig
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 ComputerControlConfig
impl Debug for ComputerControlConfig
Source§impl Default for ComputerControlConfig
impl Default for ComputerControlConfig
Source§impl<'de> Deserialize<'de> for ComputerControlConfig
impl<'de> Deserialize<'de> for ComputerControlConfig
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
Auto Trait Implementations§
impl Freeze for ComputerControlConfig
impl RefUnwindSafe for ComputerControlConfig
impl Send for ComputerControlConfig
impl Sync for ComputerControlConfig
impl Unpin for ComputerControlConfig
impl UnwindSafe for ComputerControlConfig
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