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