pub struct SessionCreate {
pub password: String,
pub token: Option<String>,
}Expand description
Create struct corresponding to Session
Fields§
§password: String§token: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for SessionCreate
impl Debug for SessionCreate
Auto Trait Implementations§
impl Freeze for SessionCreate
impl RefUnwindSafe for SessionCreate
impl Send for SessionCreate
impl Sync for SessionCreate
impl Unpin for SessionCreate
impl UnsafeUnpin for SessionCreate
impl UnwindSafe for SessionCreate
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