pub struct SetAddr {
pub addr: Address,
}Fields§
§addr: AddressImplementations§
Auto Trait Implementations§
impl Freeze for SetAddr
impl RefUnwindSafe for SetAddr
impl Send for SetAddr
impl Sync for SetAddr
impl Unpin for SetAddr
impl UnsafeUnpin for SetAddr
impl UnwindSafe for SetAddr
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