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