pub enum HttpBackendOperation {
Advertise,
Rpc,
}Expand description
The smart-HTTP operation selected for a CGI request.
Variants§
Trait Implementations§
Source§impl Clone for HttpBackendOperation
impl Clone for HttpBackendOperation
Source§fn clone(&self) -> HttpBackendOperation
fn clone(&self) -> HttpBackendOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HttpBackendOperation
Source§impl Debug for HttpBackendOperation
impl Debug for HttpBackendOperation
impl Eq for HttpBackendOperation
Source§impl PartialEq for HttpBackendOperation
impl PartialEq for HttpBackendOperation
impl StructuralPartialEq for HttpBackendOperation
Auto Trait Implementations§
impl Freeze for HttpBackendOperation
impl RefUnwindSafe for HttpBackendOperation
impl Send for HttpBackendOperation
impl Sync for HttpBackendOperation
impl Unpin for HttpBackendOperation
impl UnsafeUnpin for HttpBackendOperation
impl UnwindSafe for HttpBackendOperation
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