pub struct NewSessionTicketPayload {
pub lifetime_hint: u32,
pub ticket: PayloadU16,
}
Fields§
§lifetime_hint: u32
§ticket: PayloadU16
Implementations§
Trait Implementations§
Source§impl Codec for NewSessionTicketPayload
impl Codec for NewSessionTicketPayload
Auto Trait Implementations§
impl Freeze for NewSessionTicketPayload
impl RefUnwindSafe for NewSessionTicketPayload
impl Send for NewSessionTicketPayload
impl Sync for NewSessionTicketPayload
impl Unpin for NewSessionTicketPayload
impl UnwindSafe for NewSessionTicketPayload
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