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