pub struct LoginCredentials { /* private fields */ }Expand description
Login and the double-base64-encoded password SiServer expects.
Trait Implementations§
Source§impl Clone for LoginCredentials
impl Clone for LoginCredentials
Source§impl Debug for LoginCredentials
impl Debug for LoginCredentials
Auto Trait Implementations§
impl Freeze for LoginCredentials
impl RefUnwindSafe for LoginCredentials
impl Send for LoginCredentials
impl Sync for LoginCredentials
impl Unpin for LoginCredentials
impl UnsafeUnpin for LoginCredentials
impl UnwindSafe for LoginCredentials
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