Struct i_slint_compiler::parser::Node
source · [−]pub struct Node<'a, P: Parser>(_);
Expand description
The return value of DefaultParser::start_node
. This borrows the parser
and finishes the node on Drop
Trait Implementations
Auto Trait Implementations
impl<'a, P> RefUnwindSafe for Node<'a, P> where
P: RefUnwindSafe,
impl<'a, P> Send for Node<'a, P> where
P: Send,
impl<'a, P> Sync for Node<'a, P> where
P: Sync,
impl<'a, P> Unpin for Node<'a, P>
impl<'a, P> !UnwindSafe for Node<'a, P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more