pub struct MatchValue {
pub node: Node,
pub value: Box<Expression>,
}Fields§
§node: Node§value: Box<Expression>Trait Implementations§
Source§impl Clone for MatchValue
impl Clone for MatchValue
Source§fn clone(&self) -> MatchValue
fn clone(&self) -> MatchValue
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 moreAuto Trait Implementations§
impl Freeze for MatchValue
impl RefUnwindSafe for MatchValue
impl Send for MatchValue
impl Sync for MatchValue
impl Unpin for MatchValue
impl UnwindSafe for MatchValue
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