pub struct ValueBool;
Expand description
A convenience parser for boolean properties. Parses 0/1, false/true, off/on and no/yes.
Trait Implementations§
Source§impl ValueInput<bool> for ValueBool
impl ValueInput<bool> for ValueBool
Auto Trait Implementations§
impl Freeze for ValueBool
impl RefUnwindSafe for ValueBool
impl Send for ValueBool
impl Sync for ValueBool
impl Unpin for ValueBool
impl UnwindSafe for ValueBool
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