pub struct ProjectMetadataGetCliArgs {
pub id: Option<i64>,
pub path: Option<String>,
pub get_args: GetRemoteCliArgs,
}
Fields§
§id: Option<i64>
§path: Option<String>
§get_args: GetRemoteCliArgs
Implementations§
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