Struct fuchsia_inspect::types::InspectorConfig
source · pub struct InspectorConfig { /* private fields */ }
Expand description
Classic builder pattern object for constructing an Inspector
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InspectorConfig
impl RefUnwindSafe for InspectorConfig
impl Send for InspectorConfig
impl Sync for InspectorConfig
impl Unpin for InspectorConfig
impl UnwindSafe for InspectorConfig
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