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