pub struct S<T>(/* private fields */);Trait Implementations§
Source§impl<A: Value<Type = Nat>, B: Value<Type = Nat>, R: Value<Type = Nat>> App<S<B>> for AddOn<A>
impl<A: Value<Type = Nat>, B: Value<Type = Nat>, R: Value<Type = Nat>> App<S<B>> for AddOn<A>
Source§impl<L: Value<Type = Nat>, R: Value<Type = Nat>, Eq: Value<Type = Bool>> App<S<R>> for EqTo<S<L>>
impl<L: Value<Type = Nat>, R: Value<Type = Nat>, Eq: Value<Type = Bool>> App<S<R>> for EqTo<S<L>>
impl<T: Copy> Copy for S<T>
Auto Trait Implementations§
impl<T> Freeze for S<T>
impl<T> RefUnwindSafe for S<T>where
T: RefUnwindSafe,
impl<T> Send for S<T>where
T: Send,
impl<T> Sync for S<T>where
T: Sync,
impl<T> Unpin for S<T>where
T: Unpin,
impl<T> UnwindSafe for S<T>where
T: UnwindSafe,
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