pub struct RefUpdate {
pub name: String,
pub expected: Option<RefTarget>,
pub new: RefTarget,
pub reflog: Option<ReflogEntry>,
}Fields§
§name: String§expected: Option<RefTarget>§new: RefTarget§reflog: Option<ReflogEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefUpdate
impl RefUnwindSafe for RefUpdate
impl Send for RefUpdate
impl Sync for RefUpdate
impl Unpin for RefUpdate
impl UnsafeUnpin for RefUpdate
impl UnwindSafe for RefUpdate
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