pub struct ExprStructInit<'cst>(/* private fields */);Trait Implementations§
Source§impl<'cst> Clone for ExprStructInit<'cst>
impl<'cst> Clone for ExprStructInit<'cst>
Source§fn clone(&self) -> ExprStructInit<'cst>
fn clone(&self) -> ExprStructInit<'cst>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'cst> Copy for ExprStructInit<'cst>
Source§impl<'cst> Debug for ExprStructInit<'cst>
impl<'cst> Debug for ExprStructInit<'cst>
Source§impl<'cst> View<'cst> for ExprStructInit<'cst>
impl<'cst> View<'cst> for ExprStructInit<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for ExprStructInit<'cst>
impl<'cst> RefUnwindSafe for ExprStructInit<'cst>
impl<'cst> Send for ExprStructInit<'cst>
impl<'cst> Sync for ExprStructInit<'cst>
impl<'cst> Unpin for ExprStructInit<'cst>
impl<'cst> UnsafeUnpin for ExprStructInit<'cst>
impl<'cst> UnwindSafe for ExprStructInit<'cst>
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