Struct i_slint_compiler::parser::Node
source · pub struct Node<'a, P: Parser>(/* private fields */);
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§
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