pub struct GistListCliArgs {
pub list_args: ListRemoteCliArgs,
}
Fields§
§list_args: ListRemoteCliArgs
Implementations§
Source§impl GistListCliArgs
impl GistListCliArgs
pub fn builder() -> GistListCliArgsBuilder
Auto Trait Implementations§
impl Freeze for GistListCliArgs
impl RefUnwindSafe for GistListCliArgs
impl Send for GistListCliArgs
impl Sync for GistListCliArgs
impl Unpin for GistListCliArgs
impl UnwindSafe for GistListCliArgs
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