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