pub enum Ucontrol {
Show 20 variants
Approach(Approach),
AutoPathFind(AutoPathFind),
Boost(Boost),
Build(Build),
Flag(Flag),
Getblock(Getblock),
Idle(Idle),
ItemDrop(ItemDrop),
ItemTake(ItemTake),
Mine(Mine),
Move(Move),
PathFind(PathFind),
PayDrop(PayDrop),
PayEnter(PayEnter),
PayTake(PayTake),
Stop(Stop),
Target(Target),
Targetp(Targetp),
Unbind(Unbind),
Within(Within),
}Variants§
Approach(Approach)
AutoPathFind(AutoPathFind)
Boost(Boost)
Build(Build)
Flag(Flag)
Getblock(Getblock)
Idle(Idle)
ItemDrop(ItemDrop)
ItemTake(ItemTake)
Mine(Mine)
Move(Move)
PathFind(PathFind)
PayDrop(PayDrop)
PayEnter(PayEnter)
PayTake(PayTake)
Stop(Stop)
Target(Target)
Targetp(Targetp)
Unbind(Unbind)
Within(Within)
Trait Implementations§
Source§impl From<AutoPathFind> for Ucontrol
impl From<AutoPathFind> for Ucontrol
Source§fn from(sc: AutoPathFind) -> Self
fn from(sc: AutoPathFind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Ucontrol
impl RefUnwindSafe for Ucontrol
impl !Send for Ucontrol
impl !Sync for Ucontrol
impl Unpin for Ucontrol
impl UnwindSafe for Ucontrol
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