pub(crate) struct LazyBool(LazyUsize);
Tuple Fields§
§0: LazyUsize
Implementations§
Auto Trait Implementations§
impl !Freeze for LazyBool
impl RefUnwindSafe for LazyBool
impl Send for LazyBool
impl Sync for LazyBool
impl Unpin for LazyBool
impl UnwindSafe for LazyBool
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