pub struct DebugGlobal {
pub name: String,
pub value: String,
}Expand description
A global variable and its current value.
Fields§
§name: String§value: StringAuto Trait Implementations§
impl Freeze for DebugGlobal
impl RefUnwindSafe for DebugGlobal
impl Send for DebugGlobal
impl Sync for DebugGlobal
impl Unpin for DebugGlobal
impl UnsafeUnpin for DebugGlobal
impl UnwindSafe for DebugGlobal
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