pub enum PRecord {
Open(Row, Col),
End(Row, Col),
Field(Row, Col),
Space(Space, Row, Col),
IndentOpen(Row, Col),
IndentEnd(Row, Col),
IndentField(Row, Col),
}Variants§
Open(Row, Col)
End(Row, Col)
Field(Row, Col)
Space(Space, Row, Col)
IndentOpen(Row, Col)
IndentEnd(Row, Col)
IndentField(Row, Col)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PRecord
impl RefUnwindSafe for PRecord
impl Send for PRecord
impl Sync for PRecord
impl Unpin for PRecord
impl UnsafeUnpin for PRecord
impl UnwindSafe for PRecord
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