pub enum ActionTarget {
List,
Detail,
}Variants§
Auto Trait Implementations§
impl Freeze for ActionTarget
impl RefUnwindSafe for ActionTarget
impl Send for ActionTarget
impl Sync for ActionTarget
impl Unpin for ActionTarget
impl UnsafeUnpin for ActionTarget
impl UnwindSafe for ActionTarget
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