pub struct LoginInput {
pub base_url: String,
pub user: User,
}Fields§
§base_url: String§user: UserTrait Implementations§
Auto Trait Implementations§
impl Freeze for LoginInput
impl RefUnwindSafe for LoginInput
impl Send for LoginInput
impl Sync for LoginInput
impl Unpin for LoginInput
impl UnwindSafe for LoginInput
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