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