pub struct A8;Expand description
Type-level marker for functions with exactly 8 parameters.
Trait Implementations§
impl Copy for A8
impl Eq for A8
impl StructuralPartialEq for A8
Auto Trait Implementations§
impl Freeze for A8
impl RefUnwindSafe for A8
impl Send for A8
impl Sync for A8
impl Unpin for A8
impl UnwindSafe for A8
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