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