pub struct UserCliArgs {
pub username: String,
pub get_args: GetRemoteCliArgs,
}Fields§
§username: String§get_args: GetRemoteCliArgsImplementations§
Source§impl UserCliArgs
impl UserCliArgs
pub fn builder() -> UserCliArgsBuilder
Auto Trait Implementations§
impl Freeze for UserCliArgs
impl RefUnwindSafe for UserCliArgs
impl Send for UserCliArgs
impl Sync for UserCliArgs
impl Unpin for UserCliArgs
impl UnwindSafe for UserCliArgs
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