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 duplicate 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
impl StructuralPartialEq for ChildExpression
Auto Trait Implementations§
impl Freeze for ChildExpression
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