pub struct DockerResult {
pub headers: HashMap<String, String>,
pub data: Value,
}
Fields§
§headers: HashMap<String, String>
§data: Value
Implementations§
Source§impl DockerResult
impl DockerResult
pub fn status_code(&self) -> i32
Trait Implementations§
Source§impl Debug for DockerResult
impl Debug for DockerResult
Auto Trait Implementations§
impl Freeze for DockerResult
impl RefUnwindSafe for DockerResult
impl Send for DockerResult
impl Sync for DockerResult
impl Unpin for DockerResult
impl UnwindSafe for DockerResult
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