pub struct SessionCreateResponse { /* private fields */ }
Expand description
Session create response.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionCreateResponse
impl RefUnwindSafe for SessionCreateResponse
impl Send for SessionCreateResponse
impl Sync for SessionCreateResponse
impl Unpin for SessionCreateResponse
impl UnwindSafe for SessionCreateResponse
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