Enum chrono::format::scan::CommentState
source · enum CommentState {
Start,
Next(usize),
Escape(usize),
}
Variants§
Auto Trait Implementations§
impl Freeze for CommentState
impl RefUnwindSafe for CommentState
impl Send for CommentState
impl Sync for CommentState
impl Unpin for CommentState
impl UnwindSafe for CommentState
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