pub struct RemotePrunePlan {
pub remote: String,
pub stale_refs: Vec<String>,
pub head_target: Option<String>,
}Fields§
§remote: String§stale_refs: Vec<String>§head_target: Option<String>Trait Implementations§
Source§impl Clone for RemotePrunePlan
impl Clone for RemotePrunePlan
Source§fn clone(&self) -> RemotePrunePlan
fn clone(&self) -> RemotePrunePlan
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 RemotePrunePlan
impl Debug for RemotePrunePlan
impl Eq for RemotePrunePlan
Source§impl PartialEq for RemotePrunePlan
impl PartialEq for RemotePrunePlan
impl StructuralPartialEq for RemotePrunePlan
Auto Trait Implementations§
impl Freeze for RemotePrunePlan
impl RefUnwindSafe for RemotePrunePlan
impl Send for RemotePrunePlan
impl Sync for RemotePrunePlan
impl Unpin for RemotePrunePlan
impl UnsafeUnpin for RemotePrunePlan
impl UnwindSafe for RemotePrunePlan
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