pub struct VarArgs4<A, B, C, D>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<A, B, C, D> Freeze for VarArgs4<A, B, C, D>
impl<A, B, C, D> RefUnwindSafe for VarArgs4<A, B, C, D>
impl<A, B, C, D> Send for VarArgs4<A, B, C, D>
impl<A, B, C, D> Sync for VarArgs4<A, B, C, D>
impl<A, B, C, D> Unpin for VarArgs4<A, B, C, D>
impl<A, B, C, D> UnwindSafe for VarArgs4<A, B, C, D>
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