pub struct VariableShape { /* private fields */ }
Expand description
Builder for the VariableShape
operation.
Implementations§
Source§impl VariableShape
impl VariableShape
Trait Implementations§
Source§impl Debug for VariableShape
impl Debug for VariableShape
Source§impl Default for VariableShape
impl Default for VariableShape
Source§fn default() -> VariableShape
fn default() -> VariableShape
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VariableShape
impl RefUnwindSafe for VariableShape
impl Send for VariableShape
impl Sync for VariableShape
impl Unpin for VariableShape
impl UnwindSafe for VariableShape
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