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