pub struct FieldSubset { /* private fields */ }
Expand description
A list of a subset of fields of a struct, with generics applied.
Implementations§
Trait Implementations§
Source§impl Clone for FieldSubset
impl Clone for FieldSubset
Source§fn clone(&self) -> FieldSubset
fn clone(&self) -> FieldSubset
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl IntoIterator for FieldSubset
impl IntoIterator for FieldSubset
Source§type IntoIter = ShortListIter<FieldSubset, <FieldSubset as IntoIterator>::Item>
type IntoIter = ShortListIter<FieldSubset, <FieldSubset as IntoIterator>::Item>
Which kind of iterator are we turning this into?
impl Copy for FieldSubset
Auto Trait Implementations§
impl Freeze for FieldSubset
impl !RefUnwindSafe for FieldSubset
impl !Send for FieldSubset
impl !Sync for FieldSubset
impl Unpin for FieldSubset
impl !UnwindSafe for FieldSubset
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