pub struct ExecResizeOpts { /* private fields */ }
Implementations§
Source§impl ExecResizeOpts
impl ExecResizeOpts
Sourcepub fn builder() -> ExecResizeOptsBuilder
pub fn builder() -> ExecResizeOptsBuilder
Returns a new instance of a builder for ExecResizeOpts.
Trait Implementations§
Source§impl Clone for ExecResizeOpts
impl Clone for ExecResizeOpts
Source§fn clone(&self) -> ExecResizeOpts
fn clone(&self) -> ExecResizeOpts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExecResizeOpts
impl Debug for ExecResizeOpts
Source§impl Default for ExecResizeOpts
impl Default for ExecResizeOpts
Source§fn default() -> ExecResizeOpts
fn default() -> ExecResizeOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExecResizeOpts
impl RefUnwindSafe for ExecResizeOpts
impl Send for ExecResizeOpts
impl Sync for ExecResizeOpts
impl Unpin for ExecResizeOpts
impl UnwindSafe for ExecResizeOpts
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