Struct async_session_types::Var
source · [−]pub struct Var<N>(_);
Expand description
Recurse. N indicates how many layers of the recursive environment we recurse out of.
Trait Implementations
Auto Trait Implementations
impl<N> RefUnwindSafe for Var<N> where
N: RefUnwindSafe,
impl<N> Send for Var<N> where
N: Send,
impl<N> Sync for Var<N> where
N: Sync,
impl<N> Unpin for Var<N> where
N: Unpin,
impl<N> UnwindSafe for Var<N> where
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more