Struct gr::cmds::project::ProjectMetadataGetCliArgs
source · pub struct ProjectMetadataGetCliArgs {
pub id: Option<i64>,
pub path: Option<String>,
pub get_args: GetRemoteCliArgs,
}Fields§
§id: Option<i64>§path: Option<String>§get_args: GetRemoteCliArgsImplementations§
Auto Trait Implementations§
impl Freeze for ProjectMetadataGetCliArgs
impl RefUnwindSafe for ProjectMetadataGetCliArgs
impl Send for ProjectMetadataGetCliArgs
impl Sync for ProjectMetadataGetCliArgs
impl Unpin for ProjectMetadataGetCliArgs
impl UnwindSafe for ProjectMetadataGetCliArgs
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