pub enum Haystack {
Show 15 variants
About,
Close,
Defs,
Filetypes,
HisRead,
HisWrite,
InvokeAction,
Libs,
Nav,
Ops,
PointWrite,
Read,
WatchPoll,
WatchSub,
WatchUnsub,
}
Variants§
About
Close
Defs
Filetypes
HisRead
HisWrite
InvokeAction
Libs
Ops
PointWrite
Read
WatchPoll
WatchSub
WatchUnsub
Implementations§
Auto Trait Implementations§
impl Freeze for Haystack
impl RefUnwindSafe for Haystack
impl Send for Haystack
impl Sync for Haystack
impl Unpin for Haystack
impl UnwindSafe for Haystack
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