pub struct LastContribution {
pub user: User,
pub kind: String,
pub total: u32,
}Fields§
§user: User§kind: String§total: u32Trait Implementations§
Source§impl Clone for LastContribution
impl Clone for LastContribution
Source§fn clone(&self) -> LastContribution
fn clone(&self) -> LastContribution
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 LastContribution
impl Debug for LastContribution
Source§impl<'de> Deserialize<'de> for LastContribution
impl<'de> Deserialize<'de> for LastContribution
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
Auto Trait Implementations§
impl Freeze for LastContribution
impl RefUnwindSafe for LastContribution
impl Send for LastContribution
impl Sync for LastContribution
impl Unpin for LastContribution
impl UnwindSafe for LastContribution
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