pub enum UiEdgeLabel {
HasChild,
HasState,
HasInput,
}
Expand description
Standard Edge Labels for UI relationships.
Variants§
HasChild
Represents a parent-child relationship in the component tree.
HasState
Links a component to its state object.
HasInput
Links a form to its input fields.
Implementations§
Auto Trait Implementations§
impl Freeze for UiEdgeLabel
impl RefUnwindSafe for UiEdgeLabel
impl Send for UiEdgeLabel
impl Sync for UiEdgeLabel
impl Unpin for UiEdgeLabel
impl UnwindSafe for UiEdgeLabel
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