struct DebugValue<'a> {
arena: &'a ValueArena,
value: &'a Value,
limit: usize,
}
Fields§
§arena: &'a ValueArena
§value: &'a Value
§limit: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DebugValue<'a>
impl<'a> RefUnwindSafe for DebugValue<'a>
impl<'a> Send for DebugValue<'a>
impl<'a> Sync for DebugValue<'a>
impl<'a> Unpin for DebugValue<'a>
impl<'a> UnwindSafe for DebugValue<'a>
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