enum FieldProjection {
ToReader(usize),
Skip(Skipper),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldProjection
impl RefUnwindSafe for FieldProjection
impl Send for FieldProjection
impl Sync for FieldProjection
impl Unpin for FieldProjection
impl UnsafeUnpin for FieldProjection
impl UnwindSafe for FieldProjection
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