pub enum DapValue {
ComputeLocally,
DataRecordAvailable,
}Expand description
Custom defined enum to model values in the DAP Source record
Variants§
Trait Implementations§
impl StructuralPartialEq for DapValue
Auto Trait Implementations§
impl Freeze for DapValue
impl RefUnwindSafe for DapValue
impl Send for DapValue
impl Sync for DapValue
impl Unpin for DapValue
impl UnwindSafe for DapValue
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