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