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