#[repr(C)]pub struct BoolAffinityBuilder {}Expand description
Builder for BoolAffinity
Implementations§
Source§impl BoolAffinityBuilder
impl BoolAffinityBuilder
Sourcepub const fn new() -> BoolAffinityBuilder
pub const fn new() -> BoolAffinityBuilder
Creates a new BoolAffinityBuilder
Sourcepub const fn build(self) -> ScalarAffinity
pub const fn build(self) -> ScalarAffinity
Builds the ScalarAffinity
Auto Trait Implementations§
impl Freeze for BoolAffinityBuilder
impl RefUnwindSafe for BoolAffinityBuilder
impl Send for BoolAffinityBuilder
impl Sync for BoolAffinityBuilder
impl Unpin for BoolAffinityBuilder
impl UnwindSafe for BoolAffinityBuilder
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