pub struct InspectConfig {
pub help: bool,
pub methods: bool,
}Expand description
Configuration for the inspect function.
Fields§
§help: boolShow detailed documentation (mock).
methods: boolShow methods (mock).
Trait Implementations§
Source§impl Clone for InspectConfig
impl Clone for InspectConfig
Source§fn clone(&self) -> InspectConfig
fn clone(&self) -> InspectConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InspectConfig
impl Debug for InspectConfig
Source§impl Default for InspectConfig
impl Default for InspectConfig
Source§fn default() -> InspectConfig
fn default() -> InspectConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InspectConfig
impl RefUnwindSafe for InspectConfig
impl Send for InspectConfig
impl Sync for InspectConfig
impl Unpin for InspectConfig
impl UnwindSafe for InspectConfig
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