pub enum GitService {
UploadPack,
ReceivePack,
UploadArchive,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GitService
impl Clone for GitService
Source§fn clone(&self) -> GitService
fn clone(&self) -> GitService
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 GitService
Source§impl Debug for GitService
impl Debug for GitService
impl Eq for GitService
Source§impl PartialEq for GitService
impl PartialEq for GitService
Source§fn eq(&self, other: &GitService) -> bool
fn eq(&self, other: &GitService) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GitService
Auto Trait Implementations§
impl Freeze for GitService
impl RefUnwindSafe for GitService
impl Send for GitService
impl Sync for GitService
impl Unpin for GitService
impl UnsafeUnpin for GitService
impl UnwindSafe for GitService
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