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