pub enum CloudflareConnection {
Connected {
zone_name: String,
},
NotConnected,
NotFound,
}Expand description
Whether a project has an account behind it. forte deploy refuses on this,
because a project without one has nowhere to put its bundle or its assets.
Variants§
Auto Trait Implementations§
impl Freeze for CloudflareConnection
impl RefUnwindSafe for CloudflareConnection
impl Send for CloudflareConnection
impl Sync for CloudflareConnection
impl Unpin for CloudflareConnection
impl UnsafeUnpin for CloudflareConnection
impl UnwindSafe for CloudflareConnection
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