pub enum FrontendCommand {
Init(PathBuf),
Dashboard(PathBuf),
Provider(PathBuf),
}Expand description
Frontend selected by a parsed gateway command line.
Variants§
Init(PathBuf)
Interactive Cloudflare initialization.
Dashboard(PathBuf)
Gateway administration dashboard.
Provider(PathBuf)
Interactive provider setup.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrontendCommand
impl RefUnwindSafe for FrontendCommand
impl Send for FrontendCommand
impl Sync for FrontendCommand
impl Unpin for FrontendCommand
impl UnsafeUnpin for FrontendCommand
impl UnwindSafe for FrontendCommand
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