pub enum ExprPreset {
Name(String),
Alias(String),
}Variants§
Trait Implementations§
Source§impl Clone for ExprPreset
impl Clone for ExprPreset
Source§fn clone(&self) -> ExprPreset
fn clone(&self) -> ExprPreset
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 Debug for ExprPreset
impl Debug for ExprPreset
Auto Trait Implementations§
impl Freeze for ExprPreset
impl RefUnwindSafe for ExprPreset
impl Send for ExprPreset
impl Sync for ExprPreset
impl Unpin for ExprPreset
impl UnwindSafe for ExprPreset
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