pub struct DebugVariablePresentationHint {
pub attributes: &'static [DebugVariablePresentationHintAttributes],
pub kind: &'static str,
pub lazy: bool,
}Expand description
The supported subset of DebugAdapter VariablePresentationHint
Fields§
§attributes: &'static [DebugVariablePresentationHintAttributes]§kind: &'static str§lazy: boolTrait Implementations§
Source§impl Clone for DebugVariablePresentationHint
impl Clone for DebugVariablePresentationHint
Source§fn clone(&self) -> DebugVariablePresentationHint
fn clone(&self) -> DebugVariablePresentationHint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DebugVariablePresentationHint
Source§impl Default for DebugVariablePresentationHint
impl Default for DebugVariablePresentationHint
Source§fn default() -> DebugVariablePresentationHint
fn default() -> DebugVariablePresentationHint
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DebugVariablePresentationHint
Auto Trait Implementations§
impl Freeze for DebugVariablePresentationHint
impl RefUnwindSafe for DebugVariablePresentationHint
impl Send for DebugVariablePresentationHint
impl Sync for DebugVariablePresentationHint
impl Unpin for DebugVariablePresentationHint
impl UnsafeUnpin for DebugVariablePresentationHint
impl UnwindSafe for DebugVariablePresentationHint
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