Struct ntp_proto::KeyExchangeResult
source · pub struct KeyExchangeResult {
pub remote: String,
pub port: u16,
pub nts: Box<PeerNtsData>,
}Fields§
§remote: String§port: u16§nts: Box<PeerNtsData>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for KeyExchangeResult
impl Send for KeyExchangeResult
impl Sync for KeyExchangeResult
impl Unpin for KeyExchangeResult
impl !UnwindSafe for KeyExchangeResult
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