#[non_exhaustive]#[repr(C)]pub struct BoolAffinity {}Expand description
Definition for boolean scalar affinities
Implementations§
Source§impl BoolAffinity
impl BoolAffinity
Sourcepub const fn builder() -> BoolAffinityBuilder
pub const fn builder() -> BoolAffinityBuilder
Returns a builder for BoolAffinity
Trait Implementations§
Source§impl Clone for BoolAffinity
impl Clone for BoolAffinity
Source§fn clone(&self) -> BoolAffinity
fn clone(&self) -> BoolAffinity
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BoolAffinity
impl Debug for BoolAffinity
Source§impl Hash for BoolAffinity
impl Hash for BoolAffinity
Source§impl PartialEq for BoolAffinity
impl PartialEq for BoolAffinity
impl Copy for BoolAffinity
impl Eq for BoolAffinity
impl StructuralPartialEq for BoolAffinity
Auto Trait Implementations§
impl Freeze for BoolAffinity
impl RefUnwindSafe for BoolAffinity
impl Send for BoolAffinity
impl Sync for BoolAffinity
impl Unpin for BoolAffinity
impl UnwindSafe for BoolAffinity
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