pub struct CostCategory {
pub id: String,
pub description: String,
}Expand description
A Yuki cost category.
Fields§
§id: String§description: StringTrait Implementations§
Source§impl Clone for CostCategory
impl Clone for CostCategory
Source§fn clone(&self) -> CostCategory
fn clone(&self) -> CostCategory
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 moreAuto Trait Implementations§
impl Freeze for CostCategory
impl RefUnwindSafe for CostCategory
impl Send for CostCategory
impl Sync for CostCategory
impl Unpin for CostCategory
impl UnsafeUnpin for CostCategory
impl UnwindSafe for CostCategory
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