pub struct OpenRequest {
pub open_data: OpenData,
pub incoming_event: Option<Event>,
pub use_vtl2_connection_id: bool,
}
Fields§
§open_data: OpenData
§incoming_event: Option<Event>
§use_vtl2_connection_id: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenRequest
impl RefUnwindSafe for OpenRequest
impl Send for OpenRequest
impl Sync for OpenRequest
impl Unpin for OpenRequest
impl UnwindSafe for OpenRequest
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