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