pub struct SalesItem {
pub id: String,
pub description: String,
}Expand description
A Yuki sales item (product or service available for invoicing).
Fields§
§id: String§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SalesItem
impl RefUnwindSafe for SalesItem
impl Send for SalesItem
impl Sync for SalesItem
impl Unpin for SalesItem
impl UnsafeUnpin for SalesItem
impl UnwindSafe for SalesItem
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