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