pub struct ControlBlock<N: Node> {
pub brace_token: Brace,
pub nodes: Nodes<N>,
}Fields§
§brace_token: Brace§nodes: Nodes<N>Trait Implementations§
Auto Trait Implementations§
impl<N> !Send for ControlBlock<N>
impl<N> !Sync for ControlBlock<N>
impl<N> Freeze for ControlBlock<N>
impl<N> RefUnwindSafe for ControlBlock<N>where
N: RefUnwindSafe,
impl<N> Unpin for ControlBlock<N>where
N: Unpin,
impl<N> UnsafeUnpin for ControlBlock<N>
impl<N> UnwindSafe for ControlBlock<N>where
N: UnwindSafe,
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