pub struct ConstBool { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ComputePrimitive for ConstBool
impl ComputePrimitive for ConstBool
Auto Trait Implementations§
impl Freeze for ConstBool
impl RefUnwindSafe for ConstBool
impl Send for ConstBool
impl Sync for ConstBool
impl Unpin for ConstBool
impl UnsafeUnpin for ConstBool
impl UnwindSafe for ConstBool
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