Struct async_session_types::S
source · [−]pub struct S<N>(_);
Expand description
Peano numbers: Increment
Auto Trait Implementations
impl<N> RefUnwindSafe for S<N> where
N: RefUnwindSafe,
impl<N> Send for S<N> where
N: Send,
impl<N> Sync for S<N> where
N: Sync,
impl<N> Unpin for S<N> where
N: Unpin,
impl<N> UnwindSafe for S<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