pub(crate) enum ValueParseStage {
Signature,
Value,
Done,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueParseStage
impl RefUnwindSafe for ValueParseStage
impl Send for ValueParseStage
impl Sync for ValueParseStage
impl Unpin for ValueParseStage
impl UnwindSafe for ValueParseStage
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