pub struct ExprConvType {
pub id: NodeId,
pub pos: Position,
pub span: Span,
pub object: Box<Expr>,
pub is: bool,
pub data_type: Box<Type>,
}
Fields§
§id: NodeId
§pos: Position
§span: Span
§object: Box<Expr>
§is: bool
§data_type: Box<Type>
Trait Implementations§
Source§impl Clone for ExprConvType
impl Clone for ExprConvType
Source§fn clone(&self) -> ExprConvType
fn clone(&self) -> ExprConvType
Returns a copy 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 ExprConvType
impl RefUnwindSafe for ExprConvType
impl Send for ExprConvType
impl Sync for ExprConvType
impl Unpin for ExprConvType
impl UnwindSafe for ExprConvType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)