pub struct JoinForm {
pub message: Option<String>,
pub password: Option<String>,
}Fields§
§message: Option<String>§password: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinForm
impl RefUnwindSafe for JoinForm
impl Send for JoinForm
impl Sync for JoinForm
impl Unpin for JoinForm
impl UnsafeUnpin for JoinForm
impl UnwindSafe for JoinForm
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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