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