pub struct StaticToolSource { /* private fields */ }Expand description
Fixed list of tools (primary host-registered set).
Implementations§
Trait Implementations§
Source§impl Clone for StaticToolSource
impl Clone for StaticToolSource
Source§fn clone(&self) -> StaticToolSource
fn clone(&self) -> StaticToolSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StaticToolSource
impl Debug for StaticToolSource
Source§impl ToolSource for StaticToolSource
impl ToolSource for StaticToolSource
Auto Trait Implementations§
impl !RefUnwindSafe for StaticToolSource
impl !UnwindSafe for StaticToolSource
impl Freeze for StaticToolSource
impl Send for StaticToolSource
impl Sync for StaticToolSource
impl Unpin for StaticToolSource
impl UnsafeUnpin for StaticToolSource
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