struct Business([usize; 8]);
Tuple Fields§
§0: [usize; 8]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Business
impl RefUnwindSafe for Business
impl Send for Business
impl Sync for Business
impl Unpin for Business
impl UnwindSafe for Business
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