pub struct SkippedRepository {
pub name: String,
pub reason: SkipReason,
}Expand description
Repository that was skipped during bulk cloning
Fields§
§name: String§reason: SkipReasonTrait Implementations§
Source§impl Clone for SkippedRepository
impl Clone for SkippedRepository
Source§fn clone(&self) -> SkippedRepository
fn clone(&self) -> SkippedRepository
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 moreAuto Trait Implementations§
impl Freeze for SkippedRepository
impl RefUnwindSafe for SkippedRepository
impl Send for SkippedRepository
impl Sync for SkippedRepository
impl Unpin for SkippedRepository
impl UnsafeUnpin for SkippedRepository
impl UnwindSafe for SkippedRepository
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