Struct smart_read::boundless::BoolInput
source · pub struct BoolInput;Expand description
Allows you to take a bool input
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BoolInput
impl Send for BoolInput
impl Sync for BoolInput
impl Unpin for BoolInput
impl UnwindSafe for BoolInput
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