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