Struct git_mirror::provider::Mirror
source · Expand description
A representation of a mirror job from orgin to destination
Fields
origin: String
destination: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mirror
impl Send for Mirror
impl Sync for Mirror
impl Unpin for Mirror
impl UnwindSafe for Mirror
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more