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