pub struct ContainerWait200Response {
pub error: Option<Box<ContainerWait200ResponseError>>,
pub status_code: Option<i64>,
}
Fields§
§error: Option<Box<ContainerWait200ResponseError>>
§status_code: Option<i64>
container exit code
Implementations§
Source§impl ContainerWait200Response
impl ContainerWait200Response
pub fn new() -> ContainerWait200Response
Trait Implementations§
Source§impl Clone for ContainerWait200Response
impl Clone for ContainerWait200Response
Source§fn clone(&self) -> ContainerWait200Response
fn clone(&self) -> ContainerWait200Response
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 moreSource§impl Debug for ContainerWait200Response
impl Debug for ContainerWait200Response
Source§impl Default for ContainerWait200Response
impl Default for ContainerWait200Response
Source§fn default() -> ContainerWait200Response
fn default() -> ContainerWait200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContainerWait200Response
impl<'de> Deserialize<'de> for ContainerWait200Response
Source§fn 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
Source§impl PartialEq for ContainerWait200Response
impl PartialEq for ContainerWait200Response
Source§impl Serialize for ContainerWait200Response
impl Serialize for ContainerWait200Response
impl StructuralPartialEq for ContainerWait200Response
Auto Trait Implementations§
impl Freeze for ContainerWait200Response
impl RefUnwindSafe for ContainerWait200Response
impl Send for ContainerWait200Response
impl Sync for ContainerWait200Response
impl Unpin for ContainerWait200Response
impl UnwindSafe for ContainerWait200Response
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