pub enum FormPartResult {
CheckNext,
BodyCompleted,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormPartResult
impl RefUnwindSafe for FormPartResult
impl Send for FormPartResult
impl Sync for FormPartResult
impl Unpin for FormPartResult
impl UnwindSafe for FormPartResult
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