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