pub struct CommandSavings {
pub command: String,
pub events: usize,
pub savings: usize,
}Fields§
§command: String§events: usize§savings: usizeTrait Implementations§
Source§impl Clone for CommandSavings
impl Clone for CommandSavings
Source§fn clone(&self) -> CommandSavings
fn clone(&self) -> CommandSavings
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 CommandSavings
impl Debug for CommandSavings
Auto Trait Implementations§
impl Freeze for CommandSavings
impl RefUnwindSafe for CommandSavings
impl Send for CommandSavings
impl Sync for CommandSavings
impl Unpin for CommandSavings
impl UnsafeUnpin for CommandSavings
impl UnwindSafe for CommandSavings
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