pub struct OptionSection {
pub use_on_sd: bool,
pub free_product_code: bool,
pub media_foot_padding: bool,
pub enable_crypt: bool,
pub enable_compress: bool,
}Fields§
§use_on_sd: bool§free_product_code: bool§media_foot_padding: bool§enable_crypt: bool§enable_compress: boolTrait Implementations§
Source§impl Clone for OptionSection
impl Clone for OptionSection
Source§fn clone(&self) -> OptionSection
fn clone(&self) -> OptionSection
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 OptionSection
impl Debug for OptionSection
Source§impl<'de> Deserialize<'de> for OptionSection
impl<'de> Deserialize<'de> for OptionSection
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 OptionSection
impl RefUnwindSafe for OptionSection
impl Send for OptionSection
impl Sync for OptionSection
impl Unpin for OptionSection
impl UnsafeUnpin for OptionSection
impl UnwindSafe for OptionSection
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