pub struct WithArgs<Args>(pub PhantomData<Args>);Tuple Fields§
§0: PhantomData<Args>Auto Trait Implementations§
impl<Args> Freeze for WithArgs<Args>
impl<Args> RefUnwindSafe for WithArgs<Args>where
Args: RefUnwindSafe,
impl<Args> Send for WithArgs<Args>where
Args: Send,
impl<Args> Sync for WithArgs<Args>where
Args: Sync,
impl<Args> Unpin for WithArgs<Args>where
Args: Unpin,
impl<Args> UnwindSafe for WithArgs<Args>where
Args: UnwindSafe,
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