pub struct contributionStats;
Trait Implementations§
Source§impl Field for contributionStats
impl Field for contributionStats
Source§impl HasField<contributionStats> for MultiDocument
impl HasField<contributionStats> for MultiDocument
Auto Trait Implementations§
impl Freeze for contributionStats
impl RefUnwindSafe for contributionStats
impl Send for contributionStats
impl Sync for contributionStats
impl Unpin for contributionStats
impl UnwindSafe for contributionStats
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