pub struct CommitResult {
pub output: CommandOutput,
pub image_id: String,
}
Expand description
Result from the commit command
Fields§
§output: CommandOutput
Raw command output
image_id: String
ID of the created image
Implementations§
Trait Implementations§
Source§impl Clone for CommitResult
impl Clone for CommitResult
Source§fn clone(&self) -> CommitResult
fn clone(&self) -> CommitResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CommitResult
impl RefUnwindSafe for CommitResult
impl Send for CommitResult
impl Sync for CommitResult
impl Unpin for CommitResult
impl UnwindSafe for CommitResult
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