pub struct ControlContext {
pub children: NonEmptyNodes,
}Fields§
§children: NonEmptyNodesImplementations§
Source§impl ControlContext
impl ControlContext
pub fn new(children: NonEmptyNodes) -> Self
Auto Trait Implementations§
impl Freeze for ControlContext
impl !RefUnwindSafe for ControlContext
impl !Send for ControlContext
impl !Sync for ControlContext
impl Unpin for ControlContext
impl UnsafeUnpin for ControlContext
impl !UnwindSafe for ControlContext
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