pub enum Exposure {
Shown,
ConfirmationGated,
Absent,
}Expand description
Whether and how an action is exposed.
Variants§
Shown
Shown and directly actionable.
ConfirmationGated
Shown but requires a confirmation overlay carrying the exact operation.
Absent
Absent entirely (not disabled-and-tantalizing).
Trait Implementations§
impl Copy for Exposure
impl Eq for Exposure
impl StructuralPartialEq for Exposure
Auto Trait Implementations§
impl Freeze for Exposure
impl RefUnwindSafe for Exposure
impl Send for Exposure
impl Sync for Exposure
impl Unpin for Exposure
impl UnsafeUnpin for Exposure
impl UnwindSafe for Exposure
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