pub enum SyntaxElem {
String(String),
AppliedId(AppliedId),
Slot(Slot),
}Variants§
Trait Implementations§
Source§impl Clone for SyntaxElem
impl Clone for SyntaxElem
Source§fn clone(&self) -> SyntaxElem
fn clone(&self) -> SyntaxElem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SyntaxElem
impl RefUnwindSafe for SyntaxElem
impl Send for SyntaxElem
impl Sync for SyntaxElem
impl Unpin for SyntaxElem
impl UnsafeUnpin for SyntaxElem
impl UnwindSafe for SyntaxElem
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