pub struct NewSessionTicketPayload {
pub lifetime_hint: u32,
pub ticket: PayloadU16,
}
Fields
lifetime_hint: u32
ticket: PayloadU16
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewSessionTicketPayload
impl Send for NewSessionTicketPayload
impl Sync for NewSessionTicketPayload
impl Unpin for NewSessionTicketPayload
impl UnwindSafe for NewSessionTicketPayload
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more