pub struct ContainerWaitDockerError {
pub message: String,
}Expand description
Error envelope nested inside ContainerWaitDockerResponse.
Fields§
§message: StringHuman-readable description of why the wait failed.
Trait Implementations§
Source§impl ComposeSchema for ContainerWaitDockerError
impl ComposeSchema for ContainerWaitDockerError
Source§impl Debug for ContainerWaitDockerError
impl Debug for ContainerWaitDockerError
Source§impl<'de> Deserialize<'de> for ContainerWaitDockerError
impl<'de> Deserialize<'de> for ContainerWaitDockerError
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 Serialize for ContainerWaitDockerError
impl Serialize for ContainerWaitDockerError
Auto Trait Implementations§
impl Freeze for ContainerWaitDockerError
impl RefUnwindSafe for ContainerWaitDockerError
impl Send for ContainerWaitDockerError
impl Sync for ContainerWaitDockerError
impl Unpin for ContainerWaitDockerError
impl UnsafeUnpin for ContainerWaitDockerError
impl UnwindSafe for ContainerWaitDockerError
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