Struct docker_sdk::exec::ExecResizeOptions
source · pub struct ExecResizeOptions { /* private fields */ }
Expand description
Interface for creating volumes
Implementations
sourceimpl ExecResizeOptions
impl ExecResizeOptions
sourcepub fn serialize(&self) -> Result<String>
pub fn serialize(&self) -> Result<String>
serialize options as a string. returns None if no options are defined
pub fn parse_from<'a, K, V>(
&self,
params: &'a HashMap<K, V>,
body: &mut BTreeMap<String, Value>
)where
&'a HashMap<K, V>: IntoIterator,
K: ToString + Eq + Hash,
V: Serialize,
sourcepub fn builder() -> ExecResizeOptionsBuilder
pub fn builder() -> ExecResizeOptionsBuilder
return a new instance of a builder for options
Trait Implementations
sourceimpl Debug for ExecResizeOptions
impl Debug for ExecResizeOptions
sourceimpl Serialize for ExecResizeOptions
impl Serialize for ExecResizeOptions
Auto Trait Implementations
impl RefUnwindSafe for ExecResizeOptions
impl Send for ExecResizeOptions
impl Sync for ExecResizeOptions
impl Unpin for ExecResizeOptions
impl UnwindSafe for ExecResizeOptions
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