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