Struct runtime::core_objects::BoolObject
source · [−]pub struct BoolObject {
pub val: bool,
}
Fields
val: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BoolObject
impl Send for BoolObject
impl Sync for BoolObject
impl Unpin for BoolObject
impl UnwindSafe for BoolObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more