pub struct RestoreRequest {
pub incoming_event: Option<Event>,
pub redirected_event_flag: Option<u16>,
pub connection_id: u32,
}
Fields§
§incoming_event: Option<Event>
§redirected_event_flag: Option<u16>
§connection_id: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RestoreRequest
impl RefUnwindSafe for RestoreRequest
impl Send for RestoreRequest
impl Sync for RestoreRequest
impl Unpin for RestoreRequest
impl UnwindSafe for RestoreRequest
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