pub struct LoginInput {
pub base_url: String,
pub user: User,
}Fields§
§base_url: String§user: UserTrait Implementations§
Source§impl Clone for LoginInput
impl Clone for LoginInput
Source§fn clone(&self) -> LoginInput
fn clone(&self) -> LoginInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoginInput
impl Debug for LoginInput
Source§impl PartialEq for LoginInput
impl PartialEq for LoginInput
Source§fn eq(&self, other: &LoginInput) -> bool
fn eq(&self, other: &LoginInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LoginInput
Auto Trait Implementations§
impl Freeze for LoginInput
impl RefUnwindSafe for LoginInput
impl Send for LoginInput
impl Sync for LoginInput
impl Unpin for LoginInput
impl UnsafeUnpin 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