pub struct LoginStart {
pub name: String,
}Expand description
Start the login process.
Fields§
§name: StringUsername to log in with.
Trait Implementations§
Source§impl Clone for LoginStart
impl Clone for LoginStart
Source§fn clone(&self) -> LoginStart
fn clone(&self) -> LoginStart
Returns a duplicate of the value. Read more
1.0.0 · 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 LoginStart
impl Debug for LoginStart
Source§impl PartialEq for LoginStart
impl PartialEq for LoginStart
impl StructuralPartialEq for LoginStart
Auto Trait Implementations§
impl Freeze for LoginStart
impl RefUnwindSafe for LoginStart
impl Send for LoginStart
impl Sync for LoginStart
impl Unpin for LoginStart
impl UnwindSafe for LoginStart
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