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