pub struct AddRemoteOutcome {
pub fetch: bool,
pub master_head: Option<RemoteHeadPlan>,
}Fields§
§fetch: bool§master_head: Option<RemoteHeadPlan>Trait Implementations§
Source§impl Clone for AddRemoteOutcome
impl Clone for AddRemoteOutcome
Source§fn clone(&self) -> AddRemoteOutcome
fn clone(&self) -> AddRemoteOutcome
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 AddRemoteOutcome
impl Debug for AddRemoteOutcome
impl Eq for AddRemoteOutcome
Source§impl PartialEq for AddRemoteOutcome
impl PartialEq for AddRemoteOutcome
impl StructuralPartialEq for AddRemoteOutcome
Auto Trait Implementations§
impl Freeze for AddRemoteOutcome
impl RefUnwindSafe for AddRemoteOutcome
impl Send for AddRemoteOutcome
impl Sync for AddRemoteOutcome
impl Unpin for AddRemoteOutcome
impl UnsafeUnpin for AddRemoteOutcome
impl UnwindSafe for AddRemoteOutcome
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