pub struct RequestData<'c, 'e, C, E> { /* private fields */ }
Trait Implementations§
Source§impl<'c, 'e, C, E> Clone for RequestData<'c, 'e, C, E>
impl<'c, 'e, C, E> Clone for RequestData<'c, 'e, C, E>
Source§impl<'c, C: Command> From<&'c C> for RequestData<'c, 'static, C, NoExtension>
impl<'c, C: Command> From<&'c C> for RequestData<'c, 'static, C, NoExtension>
impl<'c, 'e, C, E> Copy for RequestData<'c, 'e, C, E>
Auto Trait Implementations§
impl<'c, 'e, C, E> Freeze for RequestData<'c, 'e, C, E>
impl<'c, 'e, C, E> RefUnwindSafe for RequestData<'c, 'e, C, E>where
C: RefUnwindSafe,
E: RefUnwindSafe,
impl<'c, 'e, C, E> Send for RequestData<'c, 'e, C, E>
impl<'c, 'e, C, E> Sync for RequestData<'c, 'e, C, E>
impl<'c, 'e, C, E> Unpin for RequestData<'c, 'e, C, E>
impl<'c, 'e, C, E> UnwindSafe for RequestData<'c, 'e, C, E>where
C: RefUnwindSafe,
E: RefUnwindSafe,
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