pub enum TailElement {
Const(String),
Var(String),
}Expand description
Elements of a compound variable tail.
Variants§
Trait Implementations§
Source§impl Clone for TailElement
impl Clone for TailElement
Source§fn clone(&self) -> TailElement
fn clone(&self) -> TailElement
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 moreAuto Trait Implementations§
impl Freeze for TailElement
impl RefUnwindSafe for TailElement
impl Send for TailElement
impl Sync for TailElement
impl Unpin for TailElement
impl UnsafeUnpin for TailElement
impl UnwindSafe for TailElement
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