pub struct InspectorMsg {
pub kind: InspectorMsgKind,
pub content: String,
}
Fields§
§kind: InspectorMsgKind
§content: String
Auto Trait Implementations§
impl Freeze for InspectorMsg
impl RefUnwindSafe for InspectorMsg
impl Send for InspectorMsg
impl Sync for InspectorMsg
impl Unpin for InspectorMsg
impl UnwindSafe for InspectorMsg
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