pub struct CreatorTool;Trait Implementations§
Source§impl Clone for CreatorTool
impl Clone for CreatorTool
Source§fn clone(&self) -> CreatorTool
fn clone(&self) -> CreatorTool
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 CreatorTool
impl Debug for CreatorTool
Source§impl Field for CreatorTool
impl Field for CreatorTool
impl Copy for CreatorTool
Auto Trait Implementations§
impl Freeze for CreatorTool
impl RefUnwindSafe for CreatorTool
impl Send for CreatorTool
impl Sync for CreatorTool
impl Unpin for CreatorTool
impl UnwindSafe for CreatorTool
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