pub struct DoneConfig {
pub require_reason: bool,
}Fields§
§require_reason: boolTrait Implementations§
Source§impl Clone for DoneConfig
impl Clone for DoneConfig
Source§fn clone(&self) -> DoneConfig
fn clone(&self) -> DoneConfig
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 DoneConfig
impl Debug for DoneConfig
Source§impl Default for DoneConfig
impl Default for DoneConfig
Source§fn default() -> DoneConfig
fn default() -> DoneConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DoneConfig
impl<'de> Deserialize<'de> for DoneConfig
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 DoneConfig
impl RefUnwindSafe for DoneConfig
impl Send for DoneConfig
impl Sync for DoneConfig
impl Unpin for DoneConfig
impl UnsafeUnpin for DoneConfig
impl UnwindSafe for DoneConfig
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