pub struct ExpenseList {
expense_list: Vec<Expense>,
}Fields§
§expense_list: Vec<Expense>Implementations§
Trait Implementations§
Source§impl Default for ExpenseList
impl Default for ExpenseList
Source§fn default() -> ExpenseList
fn default() -> ExpenseList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExpenseList
impl RefUnwindSafe for ExpenseList
impl Send for ExpenseList
impl Sync for ExpenseList
impl Unpin for ExpenseList
impl UnwindSafe for ExpenseList
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