Struct i_slint_compiler::parser::NodeToken
source · pub struct NodeToken(/* private fields */);
Expand description
A token to proof that start_node_impl and finish_node_impl are only called from the Node implementation
Since the constructor is private, it cannot be produced by anything else.
Auto Trait Implementations§
impl RefUnwindSafe for NodeToken
impl Send for NodeToken
impl Sync for NodeToken
impl Unpin for NodeToken
impl UnwindSafe for NodeToken
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