pub struct BracketExpression {
pub expr: Box<Expression>,
}
Fields§
§expr: Box<Expression>
Trait Implementations§
Source§impl Clone for BracketExpression
impl Clone for BracketExpression
Source§fn clone(&self) -> BracketExpression
fn clone(&self) -> BracketExpression
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 BracketExpression
impl Debug for BracketExpression
Source§impl PartialEq for BracketExpression
impl PartialEq for BracketExpression
impl StructuralPartialEq for BracketExpression
Auto Trait Implementations§
impl Freeze for BracketExpression
impl RefUnwindSafe for BracketExpression
impl Send for BracketExpression
impl Sync for BracketExpression
impl Unpin for BracketExpression
impl UnwindSafe for BracketExpression
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