pub struct ExpressionTreeSnapshot { /* private fields */ }Expand description
One revisioned, finite surface snapshot.
Implementations§
Trait Implementations§
Source§impl Clone for ExpressionTreeSnapshot
impl Clone for ExpressionTreeSnapshot
Source§fn clone(&self) -> ExpressionTreeSnapshot
fn clone(&self) -> ExpressionTreeSnapshot
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 moreSource§impl Debug for ExpressionTreeSnapshot
impl Debug for ExpressionTreeSnapshot
impl Eq for ExpressionTreeSnapshot
Source§impl PartialEq for ExpressionTreeSnapshot
impl PartialEq for ExpressionTreeSnapshot
impl StructuralPartialEq for ExpressionTreeSnapshot
Auto Trait Implementations§
impl Freeze for ExpressionTreeSnapshot
impl RefUnwindSafe for ExpressionTreeSnapshot
impl Send for ExpressionTreeSnapshot
impl Sync for ExpressionTreeSnapshot
impl Unpin for ExpressionTreeSnapshot
impl UnsafeUnpin for ExpressionTreeSnapshot
impl UnwindSafe for ExpressionTreeSnapshot
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