pub struct Values<C: AsRef<QueryExtCtrl>> { /* private fields */ }
Expand description
Control values
Implementations§
Trait Implementations§
Source§impl<C: AsRef<QueryExtCtrl>> FromIterator<C> for Values<C>
impl<C: AsRef<QueryExtCtrl>> FromIterator<C> for Values<C>
Source§fn from_iter<T: IntoIterator<Item = C>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = C>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl<C> Freeze for Values<C>
impl<C> RefUnwindSafe for Values<C>where
C: RefUnwindSafe,
impl<C> !Send for Values<C>
impl<C> !Sync for Values<C>
impl<C> Unpin for Values<C>where
C: Unpin,
impl<C> UnwindSafe for Values<C>where
C: UnwindSafe,
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