Enum tty_form::dependency::Action
source · [−]pub enum Action {
Hide,
Show,
}Expand description
An action to apply to the target if the source evaluates true.
Variants
Hide
If the evaluation is true for the source, the target is hidden, otherwise it is shown.
Show
If the evaluation is false for the source, the target is shown, otherwise it is hidden.
Trait Implementations
impl Copy for Action
impl Eq for Action
impl StructuralEq for Action
impl StructuralPartialEq for Action
Auto Trait Implementations
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnwindSafe for Action
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more