Struct hop_cli::commands::containers::types::UpdateContainerState
source · [−]pub struct UpdateContainerState {
pub preferred_state: ContainerState,
}Fields
preferred_state: ContainerStateTrait Implementations
sourceimpl Debug for UpdateContainerState
impl Debug for UpdateContainerState
sourceimpl Serialize for UpdateContainerState
impl Serialize for UpdateContainerState
Auto Trait Implementations
impl RefUnwindSafe for UpdateContainerState
impl Send for UpdateContainerState
impl Sync for UpdateContainerState
impl Unpin for UpdateContainerState
impl UnwindSafe for UpdateContainerState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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