Struct Rev5

Source
pub struct Rev5;

Trait Implementations§

Source§

impl<Q> Calc<Q> for Rev5
where Self: Default,

Source§

type Result = Rev5

Source§

fn calc(_: Q) -> Self

Source§

impl Call for Rev5

Source§

type Conv = Func

Which calling convention is expected? Read more
Source§

impl Debug for Rev5

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Rev5

Source§

fn default() -> Rev5

Returns the “default value” for a type. Read more
Source§

impl Eval for Rev5

Source§

impl<L: List> FunCalc<HCons<L, HNil>> for Rev5

Source§

type Result = <HCons<Rev5, HCons<Quote<L>, HCons<HNil, HNil>>> as Calc<HCons<(), HCons<L, HCons<HNil, HNil>>>>>::Result

Source§

fn calc(self, args: HCons<L, HNil>) -> Self::Result

Source§

impl<Old: List, New: List> FunCalc<HCons<Old, HCons<New, HNil>>> for Rev5

Source§

type Result = <HCons<HCons<If, HCons<HCons<EmptyP, HCons<Quote<Old>, HNil>>, HCons<Ret, HCons<Quote<RevCont<Old>>, HNil>>>>, HCons<Quote<New>, HNil>> as Calc<HCons<HCons<(), HCons<HCons<(), HCons<(), HNil>>, HCons<(), HCons<RevCont<Old>, HNil>>>>, HCons<New, HNil>>>>::Result

Source§

fn calc(self, args: HCons<Old, HCons<New, HNil>>) -> Self::Result

Source§

impl<L: List> FunCall<HCons<L, HNil>> for Rev5
where HCons<Rev5, HCons<Quote<L>, HCons<HNil, HNil>>>: Eval,

Source§

impl<Old: List, New: List> FunCall<HCons<Old, HCons<New, HNil>>> for Rev5

Source§

impl LispId for Rev5

Auto Trait Implementations§

§

impl Freeze for Rev5

§

impl RefUnwindSafe for Rev5

§

impl Send for Rev5

§

impl Sync for Rev5

§

impl Unpin for Rev5

§

impl UnwindSafe for Rev5

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> Everything for T
where T: ?Sized,