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