pub struct FieldsCollector;
Expand description
Utility struct with common collectors for FieldsHelper
Implementations§
Auto Trait Implementations§
impl Freeze for FieldsCollector
impl RefUnwindSafe for FieldsCollector
impl Send for FieldsCollector
impl Sync for FieldsCollector
impl Unpin for FieldsCollector
impl UnwindSafe for FieldsCollector
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