pub struct ToolWindowParameters { /* private fields */ }Trait Implementations§
Source§impl Debug for ToolWindowParameters
impl Debug for ToolWindowParameters
Source§impl Default for ToolWindowParameters
impl Default for ToolWindowParameters
Source§fn default() -> ToolWindowParameters
fn default() -> ToolWindowParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ToolWindowParameters
impl RefUnwindSafe for ToolWindowParameters
impl Send for ToolWindowParameters
impl Sync for ToolWindowParameters
impl Unpin for ToolWindowParameters
impl UnwindSafe for ToolWindowParameters
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