pub struct RemoveRemoteOutcome {
pub warn_local_branches: bool,
pub tracking_prefix: String,
}Fields§
§warn_local_branches: bool§tracking_prefix: StringTrait Implementations§
Source§impl Clone for RemoveRemoteOutcome
impl Clone for RemoveRemoteOutcome
Source§fn clone(&self) -> RemoveRemoteOutcome
fn clone(&self) -> RemoveRemoteOutcome
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 moreSource§impl Debug for RemoveRemoteOutcome
impl Debug for RemoveRemoteOutcome
impl Eq for RemoveRemoteOutcome
Source§impl PartialEq for RemoveRemoteOutcome
impl PartialEq for RemoveRemoteOutcome
impl StructuralPartialEq for RemoveRemoteOutcome
Auto Trait Implementations§
impl Freeze for RemoveRemoteOutcome
impl RefUnwindSafe for RemoveRemoteOutcome
impl Send for RemoveRemoteOutcome
impl Sync for RemoveRemoteOutcome
impl Unpin for RemoveRemoteOutcome
impl UnsafeUnpin for RemoveRemoteOutcome
impl UnwindSafe for RemoveRemoteOutcome
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