pub enum PackField {
Arguments,
Returns,
Tail,
}Variants§
Arguments
What arguments this type accepts.
Returns
What this type returns when called.
Tail
The tail of a type pack.
Implementations§
Trait Implementations§
impl Copy for PackField
impl Eq for PackField
impl StructuralPartialEq for PackField
Auto Trait Implementations§
impl Freeze for PackField
impl RefUnwindSafe for PackField
impl Send for PackField
impl Sync for PackField
impl Unpin for PackField
impl UnsafeUnpin for PackField
impl UnwindSafe for PackField
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