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