pub struct GlobalVariableExpr {
pub name: String,
pub result_type: Box<dyn DataType>,
}
Fields§
§name: String
§result_type: Box<dyn DataType>
Trait Implementations§
Source§impl Clone for GlobalVariableExpr
impl Clone for GlobalVariableExpr
Source§fn clone(&self) -> GlobalVariableExpr
fn clone(&self) -> GlobalVariableExpr
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 GlobalVariableExpr
impl !RefUnwindSafe for GlobalVariableExpr
impl !Send for GlobalVariableExpr
impl !Sync for GlobalVariableExpr
impl Unpin for GlobalVariableExpr
impl !UnwindSafe for GlobalVariableExpr
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