pub enum BindingRhsConstructor {
ValueBinding(ValueBindingNode),
SectionBinding(SectionBindingNode),
TextBinding(TextBindingNode),
}Variants§
Implementations§
Source§impl BindingRhsConstructor
impl BindingRhsConstructor
pub fn build(self) -> BindingRhsNode
Auto Trait Implementations§
impl Freeze for BindingRhsConstructor
impl RefUnwindSafe for BindingRhsConstructor
impl Send for BindingRhsConstructor
impl Sync for BindingRhsConstructor
impl Unpin for BindingRhsConstructor
impl UnwindSafe for BindingRhsConstructor
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