pub struct ExpressionTreeSurfaceCodec;Expand description
Reversible, stateless codec for a revisioned expression-tree snapshot.
Implementations§
Trait Implementations§
Source§impl Clone for ExpressionTreeSurfaceCodec
impl Clone for ExpressionTreeSurfaceCodec
Source§fn clone(&self) -> ExpressionTreeSurfaceCodec
fn clone(&self) -> ExpressionTreeSurfaceCodec
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 Copy for ExpressionTreeSurfaceCodec
Source§impl Debug for ExpressionTreeSurfaceCodec
impl Debug for ExpressionTreeSurfaceCodec
Source§impl Default for ExpressionTreeSurfaceCodec
impl Default for ExpressionTreeSurfaceCodec
Source§fn default() -> ExpressionTreeSurfaceCodec
fn default() -> ExpressionTreeSurfaceCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExpressionTreeSurfaceCodec
impl RefUnwindSafe for ExpressionTreeSurfaceCodec
impl Send for ExpressionTreeSurfaceCodec
impl Sync for ExpressionTreeSurfaceCodec
impl Unpin for ExpressionTreeSurfaceCodec
impl UnsafeUnpin for ExpressionTreeSurfaceCodec
impl UnwindSafe for ExpressionTreeSurfaceCodec
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