pub struct DeleteRef {
pub name: String,
pub expected_old: Option<ObjectId>,
pub reflog: Option<DeleteRefReflog>,
}Fields§
§name: String§expected_old: Option<ObjectId>§reflog: Option<DeleteRefReflog>Trait Implementations§
impl Eq for DeleteRef
impl StructuralPartialEq for DeleteRef
Auto Trait Implementations§
impl Freeze for DeleteRef
impl RefUnwindSafe for DeleteRef
impl Send for DeleteRef
impl Sync for DeleteRef
impl Unpin for DeleteRef
impl UnsafeUnpin for DeleteRef
impl UnwindSafe for DeleteRef
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