pub enum RootBindingConstructor {
RootValueBinding(RootValueBindingNode),
RootTextBinding(RootTextBindingNode),
}Variants§
RootValueBinding(RootValueBindingNode)
RootTextBinding(RootTextBindingNode)
Implementations§
Source§impl RootBindingConstructor
impl RootBindingConstructor
pub fn build(self) -> RootBindingNode
Auto Trait Implementations§
impl Freeze for RootBindingConstructor
impl RefUnwindSafe for RootBindingConstructor
impl Send for RootBindingConstructor
impl Sync for RootBindingConstructor
impl Unpin for RootBindingConstructor
impl UnwindSafe for RootBindingConstructor
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