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