pub struct ToolButton {}Expand description
A button on a tool
This is currently a placeholder struct only but it may get fields and methods in the future.
Trait Implementations§
Source§impl Clone for ToolButton
impl Clone for ToolButton
Source§fn clone(&self) -> ToolButton
fn clone(&self) -> ToolButton
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ToolButton
impl Debug for ToolButton
Source§impl PartialEq for ToolButton
impl PartialEq for ToolButton
impl StructuralPartialEq for ToolButton
Auto Trait Implementations§
impl Freeze for ToolButton
impl RefUnwindSafe for ToolButton
impl Send for ToolButton
impl Sync for ToolButton
impl Unpin for ToolButton
impl UnwindSafe for ToolButton
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