pub struct ServerPlan<T, R> { /* private fields */ }Implementations§
Source§impl<T, R> ServerPlan<T, R>
impl<T, R> ServerPlan<T, R>
Auto Trait Implementations§
impl<T, R> Freeze for ServerPlan<T, R>
impl<T, R> RefUnwindSafe for ServerPlan<T, R>where
T: RefUnwindSafe,
R: RefUnwindSafe,
impl<T, R> Send for ServerPlan<T, R>
impl<T, R> Sync for ServerPlan<T, R>
impl<T, R> Unpin for ServerPlan<T, R>
impl<T, R> UnsafeUnpin for ServerPlan<T, R>
impl<T, R> UnwindSafe for ServerPlan<T, R>where
T: RefUnwindSafe,
R: 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