pub struct ImageBuildLibpod200Response {
pub stream: String,
}
Expand description
OK (As of version 1.xx)
Fields
stream: String
output from build process
Trait Implementations
sourceimpl Clone for ImageBuildLibpod200Response
impl Clone for ImageBuildLibpod200Response
sourcefn clone(&self) -> ImageBuildLibpod200Response
fn clone(&self) -> ImageBuildLibpod200Response
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ImageBuildLibpod200Response
impl Debug for ImageBuildLibpod200Response
sourceimpl<'de> Deserialize<'de> for ImageBuildLibpod200Response
impl<'de> Deserialize<'de> for ImageBuildLibpod200Response
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ImageBuildLibpod200Response> for ImageBuildLibpod200Response
impl PartialEq<ImageBuildLibpod200Response> for ImageBuildLibpod200Response
sourcefn eq(&self, other: &ImageBuildLibpod200Response) -> bool
fn eq(&self, other: &ImageBuildLibpod200Response) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for ImageBuildLibpod200Response
Auto Trait Implementations
impl RefUnwindSafe for ImageBuildLibpod200Response
impl Send for ImageBuildLibpod200Response
impl Sync for ImageBuildLibpod200Response
impl Unpin for ImageBuildLibpod200Response
impl UnwindSafe for ImageBuildLibpod200Response
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more