pub struct FieldEval {
pub dirty: bool,
pub error: Option<Arc<str>>,
}Fields§
§dirty: bool§error: Option<Arc<str>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldEval
impl RefUnwindSafe for FieldEval
impl Send for FieldEval
impl Sync for FieldEval
impl Unpin for FieldEval
impl UnsafeUnpin for FieldEval
impl UnwindSafe for FieldEval
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