Struct hop_cli::commands::containers::types::CreateContainers
source · [−]pub struct CreateContainers {
pub count: u64,
}Fields
count: u64Trait Implementations
sourceimpl Debug for CreateContainers
impl Debug for CreateContainers
sourceimpl Serialize for CreateContainers
impl Serialize for CreateContainers
Auto Trait Implementations
impl RefUnwindSafe for CreateContainers
impl Send for CreateContainers
impl Sync for CreateContainers
impl Unpin for CreateContainers
impl UnwindSafe for CreateContainers
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