pub struct AssociatedFeedRoundUp {
pub goal_category_uid: Uuid,
pub amount: CurrencyAndAmount,
}
Expand description
Round up details associated with a feed item
Fields§
§goal_category_uid: Uuid
Unique identifier of associated category
amount: CurrencyAndAmount
Representation of money
Trait Implementations§
Source§impl Clone for AssociatedFeedRoundUp
impl Clone for AssociatedFeedRoundUp
Source§fn clone(&self) -> AssociatedFeedRoundUp
fn clone(&self) -> AssociatedFeedRoundUp
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 AssociatedFeedRoundUp
impl Debug for AssociatedFeedRoundUp
Source§impl<'de> Deserialize<'de> for AssociatedFeedRoundUp
impl<'de> Deserialize<'de> for AssociatedFeedRoundUp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AssociatedFeedRoundUp
impl PartialEq for AssociatedFeedRoundUp
impl Copy for AssociatedFeedRoundUp
impl Eq for AssociatedFeedRoundUp
impl StructuralPartialEq for AssociatedFeedRoundUp
Auto Trait Implementations§
impl Freeze for AssociatedFeedRoundUp
impl RefUnwindSafe for AssociatedFeedRoundUp
impl Send for AssociatedFeedRoundUp
impl Sync for AssociatedFeedRoundUp
impl Unpin for AssociatedFeedRoundUp
impl UnwindSafe for AssociatedFeedRoundUp
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