#[non_exhaustive]#[repr(C)]pub struct IpAddrAffinity {}Expand description
Definition for IP address scalar affinities
Implementations§
Source§impl IpAddrAffinity
impl IpAddrAffinity
Sourcepub const fn builder() -> IpAddrAffinityBuilder
pub const fn builder() -> IpAddrAffinityBuilder
Returns a builder for IpAddrAffinity
Trait Implementations§
Source§impl Clone for IpAddrAffinity
impl Clone for IpAddrAffinity
Source§fn clone(&self) -> IpAddrAffinity
fn clone(&self) -> IpAddrAffinity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IpAddrAffinity
impl Debug for IpAddrAffinity
Source§impl Hash for IpAddrAffinity
impl Hash for IpAddrAffinity
Source§impl PartialEq for IpAddrAffinity
impl PartialEq for IpAddrAffinity
impl Copy for IpAddrAffinity
impl Eq for IpAddrAffinity
impl StructuralPartialEq for IpAddrAffinity
Auto Trait Implementations§
impl Freeze for IpAddrAffinity
impl RefUnwindSafe for IpAddrAffinity
impl Send for IpAddrAffinity
impl Sync for IpAddrAffinity
impl Unpin for IpAddrAffinity
impl UnwindSafe for IpAddrAffinity
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