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