pub struct Boolean;Trait Implementations§
impl Assignable<Boolean> for Any
impl Assignable for Boolean
impl BooleanLike for Boolean
impl Compatible<Any> for Boolean
impl Compatible<Boolean> for Any
impl Compatible<Boolean> for Placeholder
impl Compatible<Placeholder> for Boolean
impl Compatible for Boolean
impl Copy for Boolean
impl DataType for Boolean
impl Eq for Boolean
impl StructuralPartialEq for Boolean
Auto Trait Implementations§
impl Freeze for Boolean
impl RefUnwindSafe for Boolean
impl Send for Boolean
impl Sync for Boolean
impl Unpin for Boolean
impl UnsafeUnpin for Boolean
impl UnwindSafe for Boolean
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