Struct dsntk_model::TypedChildExpression
source · pub struct TypedChildExpression { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for TypedChildExpression
impl Clone for TypedChildExpression
source§fn clone(&self) -> TypedChildExpression
fn clone(&self) -> TypedChildExpression
Returns a copy 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 Debug for TypedChildExpression
impl Debug for TypedChildExpression
source§impl Expression for TypedChildExpression
impl Expression for TypedChildExpression
source§impl PartialEq for TypedChildExpression
impl PartialEq for TypedChildExpression
source§fn eq(&self, other: &TypedChildExpression) -> bool
fn eq(&self, other: &TypedChildExpression) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TypedChildExpression
Auto Trait Implementations§
impl RefUnwindSafe for TypedChildExpression
impl Send for TypedChildExpression
impl Sync for TypedChildExpression
impl Unpin for TypedChildExpression
impl UnwindSafe for TypedChildExpression
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