pub enum HttpBackendService {
UploadPack,
ReceivePack,
}Expand description
A smart-HTTP RPC service supported by Sley’s native backend.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HttpBackendService
impl Clone for HttpBackendService
Source§fn clone(&self) -> HttpBackendService
fn clone(&self) -> HttpBackendService
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 HttpBackendService
Source§impl Debug for HttpBackendService
impl Debug for HttpBackendService
impl Eq for HttpBackendService
Source§impl PartialEq for HttpBackendService
impl PartialEq for HttpBackendService
impl StructuralPartialEq for HttpBackendService
Auto Trait Implementations§
impl Freeze for HttpBackendService
impl RefUnwindSafe for HttpBackendService
impl Send for HttpBackendService
impl Sync for HttpBackendService
impl Unpin for HttpBackendService
impl UnsafeUnpin for HttpBackendService
impl UnwindSafe for HttpBackendService
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