pub struct SelectV2 { /* private fields */ }
Expand description
Builder for the SelectV2
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectV2
impl RefUnwindSafe for SelectV2
impl Send for SelectV2
impl Sync for SelectV2
impl Unpin for SelectV2
impl UnwindSafe for SelectV2
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