pub struct StartSessionResult { /* private fields */ }Trait Implementations§
Source§impl Clone for StartSessionResult
impl Clone for StartSessionResult
Source§impl Debug for StartSessionResult
impl Debug for StartSessionResult
Auto Trait Implementations§
impl Freeze for StartSessionResult
impl RefUnwindSafe for StartSessionResult
impl Send for StartSessionResult
impl Sync for StartSessionResult
impl Unpin for StartSessionResult
impl UnsafeUnpin for StartSessionResult
impl UnwindSafe for StartSessionResult
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