pub struct AggForCut(pub u32);Expand description
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for AggForCut
Auto Trait Implementations§
impl Freeze for AggForCut
impl RefUnwindSafe for AggForCut
impl Send for AggForCut
impl Sync for AggForCut
impl Unpin for AggForCut
impl UnwindSafe for AggForCut
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