pub struct InspectArgsStruct {
pub header: Option<bool>,
pub indent_children: Option<bool>,
}
Expand description
Options for rendering a value as a struct (i.e. draw all of its subfields)
Fields§
§header: Option<bool>
§indent_children: Option<bool>
Trait Implementations§
Source§impl Debug for InspectArgsStruct
impl Debug for InspectArgsStruct
Source§impl Default for InspectArgsStruct
impl Default for InspectArgsStruct
Source§fn default() -> InspectArgsStruct
fn default() -> InspectArgsStruct
Returns the “default value” for a type. Read more
Source§impl From<InspectArgsDefault> for InspectArgsStruct
impl From<InspectArgsDefault> for InspectArgsStruct
Source§fn from(default_args: InspectArgsDefault) -> Self
fn from(default_args: InspectArgsDefault) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InspectArgsStruct
impl RefUnwindSafe for InspectArgsStruct
impl Send for InspectArgsStruct
impl Sync for InspectArgsStruct
impl Unpin for InspectArgsStruct
impl UnwindSafe for InspectArgsStruct
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