pub struct NarrowEventRequest<T, U> { /* private fields */ }Implementations§
Source§impl<'a, T, U> NarrowEventRequest<T, U>where
T: RequestManager,
impl<'a, T, U> NarrowEventRequest<T, U>where
T: RequestManager,
Trait Implementations§
Source§impl<T: Clone, U: Clone> Clone for NarrowEventRequest<T, U>
impl<T: Clone, U: Clone> Clone for NarrowEventRequest<T, U>
Source§fn clone(&self) -> NarrowEventRequest<T, U>
fn clone(&self) -> NarrowEventRequest<T, U>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<T, U> Freeze for NarrowEventRequest<T, U>
impl<T, U> RefUnwindSafe for NarrowEventRequest<T, U>
impl<T, U> Send for NarrowEventRequest<T, U>
impl<T, U> Sync for NarrowEventRequest<T, U>
impl<T, U> Unpin for NarrowEventRequest<T, U>
impl<T, U> UnwindSafe for NarrowEventRequest<T, U>
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