pub struct ExpressionSemanticsFragmentV0 { /* private fields */ }Trait Implementations§
Source§impl Clone for ExpressionSemanticsFragmentV0
impl Clone for ExpressionSemanticsFragmentV0
Source§fn clone(&self) -> ExpressionSemanticsFragmentV0
fn clone(&self) -> ExpressionSemanticsFragmentV0
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 moreAuto Trait Implementations§
impl Freeze for ExpressionSemanticsFragmentV0
impl RefUnwindSafe for ExpressionSemanticsFragmentV0
impl Send for ExpressionSemanticsFragmentV0
impl Sync for ExpressionSemanticsFragmentV0
impl Unpin for ExpressionSemanticsFragmentV0
impl UnsafeUnpin for ExpressionSemanticsFragmentV0
impl UnwindSafe for ExpressionSemanticsFragmentV0
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