pub struct ExprInPlace { /* private fields */ }Expand description
E.g. ‘place <- val’ or in place { val }.
Trait Implementations§
Source§impl Clone for ExprInPlace
impl Clone for ExprInPlace
Source§fn clone(&self) -> ExprInPlace
fn clone(&self) -> ExprInPlace
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<ExprInPlace> for ExprKind
impl From<ExprInPlace> for ExprKind
Source§fn from(e: ExprInPlace) -> ExprKind
fn from(e: ExprInPlace) -> ExprKind
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExprInPlace
impl RefUnwindSafe for ExprInPlace
impl Send for ExprInPlace
impl Sync for ExprInPlace
impl Unpin for ExprInPlace
impl UnwindSafe for ExprInPlace
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