pub struct Boolean<L>(pub L, pub u8);Tuple Fields
0: L1: u8Trait Implementations
Auto Trait Implementations
impl<L> RefUnwindSafe for Boolean<L> where
    L: RefUnwindSafe, 
impl<L> Send for Boolean<L> where
    L: Send, 
impl<L> Sync for Boolean<L> where
    L: Sync, 
impl<L> Unpin for Boolean<L> where
    L: Unpin, 
impl<L> UnwindSafe for Boolean<L> where
    L: UnwindSafe, 
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more