pub enum ElListEnum {
NilElList(Structure),
ConsElList(El, ElList),
SnocElList(ElList, El),
}Variants§
Trait Implementations§
source§impl Clone for ElListEnum
impl Clone for ElListEnum
source§fn clone(&self) -> ElListEnum
fn clone(&self) -> ElListEnum
Returns a copy 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 Debug for ElListEnum
impl Debug for ElListEnum
source§impl Hash for ElListEnum
impl Hash for ElListEnum
source§impl Ord for ElListEnum
impl Ord for ElListEnum
source§fn cmp(&self, other: &ElListEnum) -> Ordering
fn cmp(&self, other: &ElListEnum) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ElListEnum
impl PartialEq for ElListEnum
source§impl PartialOrd for ElListEnum
impl PartialOrd for ElListEnum
impl Copy for ElListEnum
impl Eq for ElListEnum
impl StructuralPartialEq for ElListEnum
Auto Trait Implementations§
impl Freeze for ElListEnum
impl RefUnwindSafe for ElListEnum
impl Send for ElListEnum
impl Sync for ElListEnum
impl Unpin for ElListEnum
impl UnwindSafe for ElListEnum
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)