pub enum NamedFields {}
Expand description
A fields builder only allows named fields (e.g. a struct)
Auto Trait Implementations§
impl Freeze for NamedFields
impl RefUnwindSafe for NamedFields
impl Send for NamedFields
impl Sync for NamedFields
impl Unpin for NamedFields
impl UnwindSafe for NamedFields
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