pub struct BoolEntry {
pub default_value: Option<bool>,
}Expand description
Expected bool entry
Fields§
§default_value: Option<bool>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BoolEntry
impl<'de> Deserialize<'de> for BoolEntry
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 BoolEntry
Auto Trait Implementations§
impl Freeze for BoolEntry
impl RefUnwindSafe for BoolEntry
impl Send for BoolEntry
impl Sync for BoolEntry
impl Unpin for BoolEntry
impl UnwindSafe for BoolEntry
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