pub struct NtpServerAddr(/* private fields */);Expand description
An crate::NtpServerAddr builder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NtpServerAddr
impl RefUnwindSafe for NtpServerAddr
impl Send for NtpServerAddr
impl Sync for NtpServerAddr
impl Unpin for NtpServerAddr
impl UnsafeUnpin for NtpServerAddr
impl UnwindSafe for NtpServerAddr
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