pub struct FlagsConf {
pub custom_css: bool,
pub enable_icons: bool,
}Fields§
§custom_css: bool§enable_icons: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for FlagsConf
impl<'de> Deserialize<'de> for FlagsConf
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
impl StructuralPartialEq for FlagsConf
Auto Trait Implementations§
impl Freeze for FlagsConf
impl RefUnwindSafe for FlagsConf
impl Send for FlagsConf
impl Sync for FlagsConf
impl Unpin for FlagsConf
impl UnsafeUnpin for FlagsConf
impl UnwindSafe for FlagsConf
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