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