pub struct Project;Trait Implementations§
Source§impl<E: Event, T> ResolveHandler<E, T> for Projectwhere
T: Projection<E>,
impl<E: Event, T> ResolveHandler<E, T> for Projectwhere
T: Projection<E>,
Auto Trait Implementations§
impl Freeze for Project
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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