pub struct StartSessionRequest {
pub label: &'static str,
pub protocol_version: &'static str,
pub request: &'static str,
pub host_id: String,
pub system_buid: String,
}Fields§
§label: &'static str§protocol_version: &'static str§request: &'static str§host_id: String§system_buid: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StartSessionRequest
impl RefUnwindSafe for StartSessionRequest
impl Send for StartSessionRequest
impl Sync for StartSessionRequest
impl Unpin for StartSessionRequest
impl UnsafeUnpin for StartSessionRequest
impl UnwindSafe for StartSessionRequest
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