pub enum Invalid2 {}Trait Implementations§
Source§impl AppendArgument<Invalid2> for InvalidTuple
impl AppendArgument<Invalid2> for InvalidTuple
type Appended = InvalidTuple
fn append_argument<'a>( _: ArgumentsOfTypes<'a, Self>, last: ArgumentOfType<'a, Invalid2>, ) -> ArgumentsOfTypes<'a, Self::Appended>
Source§impl ArgumentType for Invalid2
impl ArgumentType for Invalid2
fn re_borrow<'a: 'b, 'b>( arg: ArgumentOfType<'a, Self>, ) -> ArgumentOfType<'b, Self>
Source§impl PrependArgument<Invalid2> for InvalidTuple
impl PrependArgument<Invalid2> for InvalidTuple
type Prepended = InvalidTuple
fn prepend_argument<'a>( first: ArgumentOfType<'a, Invalid2>, _: ArgumentsOfTypes<'a, Self>, ) -> ArgumentsOfTypes<'a, Self::Prepended>
Auto Trait Implementations§
impl Freeze for Invalid2
impl RefUnwindSafe for Invalid2
impl Send for Invalid2
impl Sync for Invalid2
impl Unpin for Invalid2
impl UnsafeUnpin for Invalid2
impl UnwindSafe for Invalid2
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