pub struct ToolReceipt {
pub name: &'static str,
pub version: &'static str,
}Fields§
§name: &'static str§version: &'static strTrait Implementations§
Source§impl Clone for ToolReceipt
impl Clone for ToolReceipt
Source§fn clone(&self) -> ToolReceipt
fn clone(&self) -> ToolReceipt
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 ToolReceipt
impl Debug for ToolReceipt
Auto Trait Implementations§
impl Freeze for ToolReceipt
impl RefUnwindSafe for ToolReceipt
impl Send for ToolReceipt
impl Sync for ToolReceipt
impl Unpin for ToolReceipt
impl UnsafeUnpin for ToolReceipt
impl UnwindSafe for ToolReceipt
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