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