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