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