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