pub struct Control<N: Node> {
pub at_token: At,
pub kind: ControlKind<N>,
}Fields§
§at_token: At§kind: ControlKind<N>Trait Implementations§
Auto Trait Implementations§
impl<N> !Send for Control<N>
impl<N> !Sync for Control<N>
impl<N> Freeze for Control<N>
impl<N> RefUnwindSafe for Control<N>where
N: RefUnwindSafe,
impl<N> Unpin for Control<N>where
N: Unpin,
impl<N> UnsafeUnpin for Control<N>
impl<N> UnwindSafe for Control<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