pub struct PlannedRefDelete {
pub full_name: String,
pub old: ObjectId,
}Expand description
A previously-exported ref the served mirror no longer carries: it must be deleted at the destination.
Fields§
§full_name: String§old: ObjectIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for PlannedRefDelete
impl RefUnwindSafe for PlannedRefDelete
impl Send for PlannedRefDelete
impl Sync for PlannedRefDelete
impl Unpin for PlannedRefDelete
impl UnsafeUnpin for PlannedRefDelete
impl UnwindSafe for PlannedRefDelete
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