#[repr(C)]pub struct OtherAffinityBuilder {}Expand description
Builder for OtherAffinity
Implementations§
Source§impl OtherAffinityBuilder
impl OtherAffinityBuilder
Sourcepub const fn build(self) -> ScalarAffinity<'static>
pub const fn build(self) -> ScalarAffinity<'static>
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