pub enum BindingRhs {
Value(TreeValue),
Text(String),
Eure(EureTree),
}Variants§
Trait Implementations§
Source§impl Clone for BindingRhs
impl Clone for BindingRhs
Source§fn clone(&self) -> BindingRhs
fn clone(&self) -> BindingRhs
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 BindingRhs
impl Debug for BindingRhs
Source§impl PartialEq for BindingRhs
impl PartialEq for BindingRhs
impl StructuralPartialEq for BindingRhs
Auto Trait Implementations§
impl Freeze for BindingRhs
impl RefUnwindSafe for BindingRhs
impl Send for BindingRhs
impl Sync for BindingRhs
impl Unpin for BindingRhs
impl UnwindSafe for BindingRhs
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