pub struct ActixGitHttp {
pub config: GitHttpConfig,
}
Fields§
§config: GitHttpConfig
Implementations§
Trait Implementations§
Source§impl Clone for ActixGitHttp
impl Clone for ActixGitHttp
Source§fn clone(&self) -> ActixGitHttp
fn clone(&self) -> ActixGitHttp
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ActixGitHttp
impl RefUnwindSafe for ActixGitHttp
impl Send for ActixGitHttp
impl Sync for ActixGitHttp
impl Unpin for ActixGitHttp
impl UnwindSafe for ActixGitHttp
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