pub struct Clone;Expand description
The clone top-level section.
Implementations§
Source§impl Clone
impl Clone
Sourcepub const DEFAULT_REMOTE_NAME: RemoteName
pub const DEFAULT_REMOTE_NAME: RemoteName
The clone.defaultRemoteName key.
Sourcepub const REJECT_SHALLOW: Boolean
pub const REJECT_SHALLOW: Boolean
The clone.rejectShallow key.
Trait Implementations§
Source§impl Section for Clone
impl Section for Clone
impl Copy for Clone
Auto Trait Implementations§
impl Freeze for Clone
impl RefUnwindSafe for Clone
impl Send for Clone
impl Sync for Clone
impl Unpin for Clone
impl UnwindSafe for Clone
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