pub struct ToolWindows {}Implementations§
Source§impl ToolWindows
impl ToolWindows
Auto Trait Implementations§
impl Freeze for ToolWindows
impl RefUnwindSafe for ToolWindows
impl Send for ToolWindows
impl Sync for ToolWindows
impl Unpin for ToolWindows
impl UnwindSafe for ToolWindows
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