pub struct DockerListCliArgs {
pub repos: bool,
pub tags: bool,
pub repo_id: Option<i64>,
pub list_args: ListRemoteCliArgs,
}
Fields§
§repos: bool
§repo_id: Option<i64>
§list_args: ListRemoteCliArgs
Implementations§
Source§impl DockerListCliArgs
impl DockerListCliArgs
pub fn builder() -> DockerListCliArgsBuilder
Auto Trait Implementations§
impl Freeze for DockerListCliArgs
impl RefUnwindSafe for DockerListCliArgs
impl Send for DockerListCliArgs
impl Sync for DockerListCliArgs
impl Unpin for DockerListCliArgs
impl UnwindSafe for DockerListCliArgs
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