pub struct EureBinding {
pub keys: Vec<TreeKey>,
pub rhs: BindingRhs,
}Fields§
§keys: Vec<TreeKey>§rhs: BindingRhsTrait Implementations§
Source§impl Clone for EureBinding
impl Clone for EureBinding
Source§fn clone(&self) -> EureBinding
fn clone(&self) -> EureBinding
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 EureBinding
impl Debug for EureBinding
Source§impl PartialEq for EureBinding
impl PartialEq for EureBinding
impl StructuralPartialEq for EureBinding
Auto Trait Implementations§
impl Freeze for EureBinding
impl RefUnwindSafe for EureBinding
impl Send for EureBinding
impl Sync for EureBinding
impl Unpin for EureBinding
impl UnwindSafe for EureBinding
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