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