pub struct AddOn<A: Value<Type = Nat>>(/* 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>
impl<A: Copy + Value<Type = Nat>> Copy for AddOn<A>
Auto Trait Implementations§
impl<A> Freeze for AddOn<A>
impl<A> RefUnwindSafe for AddOn<A>where
A: RefUnwindSafe,
impl<A> Send for AddOn<A>where
A: Send,
impl<A> Sync for AddOn<A>where
A: Sync,
impl<A> Unpin for AddOn<A>where
A: Unpin,
impl<A> UnwindSafe for AddOn<A>where
A: 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