pub struct LoginArgs {
pub username: String,
pub password: String,
}Fields§
§username: String§password: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LoginArgs
impl RefUnwindSafe for LoginArgs
impl Send for LoginArgs
impl Sync for LoginArgs
impl Unpin for LoginArgs
impl UnwindSafe for LoginArgs
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