pub struct TotalNumPosReports;Expand description
TotalNumPosReports (727).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TotalNumPosReports
impl RefUnwindSafe for TotalNumPosReports
impl Send for TotalNumPosReports
impl Sync for TotalNumPosReports
impl Unpin for TotalNumPosReports
impl UnsafeUnpin for TotalNumPosReports
impl UnwindSafe for TotalNumPosReports
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