pub struct IPv4AddressSegment { /* private fields */ }Auto Trait Implementations§
impl Freeze for IPv4AddressSegment
impl RefUnwindSafe for IPv4AddressSegment
impl Send for IPv4AddressSegment
impl Sync for IPv4AddressSegment
impl Unpin for IPv4AddressSegment
impl UnwindSafe for IPv4AddressSegment
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