pub struct LambdaBranch<Fa: Value, Pa: Value, Fb: Value, Pb: Value>(/* private fields */);Trait Implementations§
Source§impl<T: Type, A: Type, B: Type, Fa: Value<Type = Lambda<A, T>>, Pa: Value<Type = A>, Fb: Value<Type = Lambda<B, T>> + App<Pb, Result = R>, Pb: Value<Type = B>, R: Value<Type = T>> App<False> for LambdaBranch<Fa, Pa, Fb, Pb>
impl<T: Type, A: Type, B: Type, Fa: Value<Type = Lambda<A, T>>, Pa: Value<Type = A>, Fb: Value<Type = Lambda<B, T>> + App<Pb, Result = R>, Pb: Value<Type = B>, R: Value<Type = T>> App<False> for LambdaBranch<Fa, Pa, Fb, Pb>
Source§impl<T: Type, A: Type, B: Type, Fa: Value<Type = Lambda<A, T>> + App<Pa, Result = R>, Pa: Value<Type = A>, Fb: Value<Type = Lambda<B, T>>, Pb: Value<Type = B>, R: Value<Type = T>> App<True> for LambdaBranch<Fa, Pa, Fb, Pb>
impl<T: Type, A: Type, B: Type, Fa: Value<Type = Lambda<A, T>> + App<Pa, Result = R>, Pa: Value<Type = A>, Fb: Value<Type = Lambda<B, T>>, Pb: Value<Type = B>, R: Value<Type = T>> App<True> for LambdaBranch<Fa, Pa, Fb, Pb>
Source§impl<Fa: Clone + Value, Pa: Clone + Value, Fb: Clone + Value, Pb: Clone + Value> Clone for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa: Clone + Value, Pa: Clone + Value, Fb: Clone + Value, Pb: Clone + Value> Clone for LambdaBranch<Fa, Pa, Fb, Pb>
Source§fn clone(&self) -> LambdaBranch<Fa, Pa, Fb, Pb>
fn clone(&self) -> LambdaBranch<Fa, Pa, Fb, Pb>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Fa: Default + Value, Pa: Default + Value, Fb: Default + Value, Pb: Default + Value> Default for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa: Default + Value, Pa: Default + Value, Fb: Default + Value, Pb: Default + Value> Default for LambdaBranch<Fa, Pa, Fb, Pb>
Source§fn default() -> LambdaBranch<Fa, Pa, Fb, Pb>
fn default() -> LambdaBranch<Fa, Pa, Fb, Pb>
Returns the “default value” for a type. Read more
Source§impl<T: Type, A: Type, B: Type, Fa: Value<Type = Lambda<A, T>>, Pa: Value<Type = A>, Fb: Value<Type = Lambda<B, T>>, Pb: Value<Type = B>> Value for LambdaBranch<Fa, Pa, Fb, Pb>
impl<T: Type, A: Type, B: Type, Fa: Value<Type = Lambda<A, T>>, Pa: Value<Type = A>, Fb: Value<Type = Lambda<B, T>>, Pb: Value<Type = B>> Value for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa: Copy + Value, Pa: Copy + Value, Fb: Copy + Value, Pb: Copy + Value> Copy for LambdaBranch<Fa, Pa, Fb, Pb>
Auto Trait Implementations§
impl<Fa, Pa, Fb, Pb> Freeze for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa, Pa, Fb, Pb> RefUnwindSafe for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa, Pa, Fb, Pb> Send for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa, Pa, Fb, Pb> Sync for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa, Pa, Fb, Pb> Unpin for LambdaBranch<Fa, Pa, Fb, Pb>
impl<Fa, Pa, Fb, Pb> UnwindSafe for LambdaBranch<Fa, Pa, Fb, Pb>
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