pub struct SettingProxyInspectInfo { /* private fields */ }
Expand description
Used to manage the lifetime of the inspect node for setting_proxy
.
Implementations§
Auto Trait Implementations§
impl Freeze for SettingProxyInspectInfo
impl !RefUnwindSafe for SettingProxyInspectInfo
impl Send for SettingProxyInspectInfo
impl Sync for SettingProxyInspectInfo
impl Unpin for SettingProxyInspectInfo
impl !UnwindSafe for SettingProxyInspectInfo
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