Struct ntp_proto::DecodedServerCookie
source · pub struct DecodedServerCookie {
pub s2c: Box<dyn Cipher>,
pub c2s: Box<dyn Cipher>,
/* private fields */
}Fields§
§s2c: Box<dyn Cipher>§c2s: Box<dyn Cipher>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DecodedServerCookie
impl Send for DecodedServerCookie
impl Sync for DecodedServerCookie
impl Unpin for DecodedServerCookie
impl !UnwindSafe for DecodedServerCookie
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