pub struct OMath {
pub value: Option<bool>,
}
Fields§
§value: Option<bool>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OMath
impl RefUnwindSafe for OMath
impl Send for OMath
impl Sync for OMath
impl Unpin for OMath
impl UnwindSafe for OMath
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