pub struct GenerateUserHandlerArgument {
pub username: String,
pub temp_dir: Option<PathBuf>,
pub agent_rsa_dir: Option<PathBuf>,
pub expire_after_days: Option<i64>,
pub proxy_servers: Vec<String>,
}Fields§
§username: String§temp_dir: Option<PathBuf>§agent_rsa_dir: Option<PathBuf>§expire_after_days: Option<i64>§proxy_servers: Vec<String>Auto Trait Implementations§
impl Freeze for GenerateUserHandlerArgument
impl RefUnwindSafe for GenerateUserHandlerArgument
impl Send for GenerateUserHandlerArgument
impl Sync for GenerateUserHandlerArgument
impl Unpin for GenerateUserHandlerArgument
impl UnwindSafe for GenerateUserHandlerArgument
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