pub struct IncomingBindingExpressionBindImport {
pub ty: TypeId,
pub binding: Id<FunctionBinding>,
pub expr: Box<IncomingBindingExpression>,
}Fields§
§ty: TypeId§binding: Id<FunctionBinding>§expr: Box<IncomingBindingExpression>Trait Implementations§
Source§impl Clone for IncomingBindingExpressionBindImport
impl Clone for IncomingBindingExpressionBindImport
Source§fn clone(&self) -> IncomingBindingExpressionBindImport
fn clone(&self) -> IncomingBindingExpressionBindImport
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 From<IncomingBindingExpressionBindImport> for IncomingBindingExpression
impl From<IncomingBindingExpressionBindImport> for IncomingBindingExpression
Source§fn from(a: IncomingBindingExpressionBindImport) -> Self
fn from(a: IncomingBindingExpressionBindImport) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IncomingBindingExpressionBindImport
impl PartialEq for IncomingBindingExpressionBindImport
Source§fn eq(&self, other: &IncomingBindingExpressionBindImport) -> bool
fn eq(&self, other: &IncomingBindingExpressionBindImport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IncomingBindingExpressionBindImport
impl StructuralPartialEq for IncomingBindingExpressionBindImport
Auto Trait Implementations§
impl Freeze for IncomingBindingExpressionBindImport
impl RefUnwindSafe for IncomingBindingExpressionBindImport
impl Send for IncomingBindingExpressionBindImport
impl Sync for IncomingBindingExpressionBindImport
impl Unpin for IncomingBindingExpressionBindImport
impl UnwindSafe for IncomingBindingExpressionBindImport
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