pub struct EstopConfig {
pub enabled: bool,
pub state_file: String,
pub require_otp_to_resume: bool,
}Fields§
§enabled: bool§state_file: String§require_otp_to_resume: boolTrait Implementations§
Source§impl Clone for EstopConfig
impl Clone for EstopConfig
Source§fn clone(&self) -> EstopConfig
fn clone(&self) -> EstopConfig
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 EstopConfig
impl Debug for EstopConfig
Source§impl Default for EstopConfig
impl Default for EstopConfig
Source§impl<'de> Deserialize<'de> for EstopConfigwhere
EstopConfig: Default,
impl<'de> Deserialize<'de> for EstopConfigwhere
EstopConfig: 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
Auto Trait Implementations§
impl Freeze for EstopConfig
impl RefUnwindSafe for EstopConfig
impl Send for EstopConfig
impl Sync for EstopConfig
impl Unpin for EstopConfig
impl UnsafeUnpin for EstopConfig
impl UnwindSafe for EstopConfig
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