pub enum BooleanKind {
True,
False,
}Variants§
Auto Trait Implementations§
impl Freeze for BooleanKind
impl RefUnwindSafe for BooleanKind
impl Send for BooleanKind
impl Sync for BooleanKind
impl Unpin for BooleanKind
impl UnsafeUnpin for BooleanKind
impl UnwindSafe for BooleanKind
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