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