pub struct LoginUser {
pub username: String,
pub ssh_keys: Option<SSHKey>,
pub create_password: Option<String>,
}Fields§
§username: String§ssh_keys: Option<SSHKey>§create_password: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoginUser
impl RefUnwindSafe for LoginUser
impl Send for LoginUser
impl Sync for LoginUser
impl Unpin for LoginUser
impl UnwindSafe for LoginUser
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