pub struct PrePushRef {
pub local_ref: String,
pub local_oid: Option<Oid>,
pub remote_ref: String,
pub remote_oid: Option<Oid>,
}Fields§
§local_ref: String§local_oid: Option<Oid>§remote_ref: String§remote_oid: Option<Oid>Implementations§
Source§impl PrePushRef
impl PrePushRef
Trait Implementations§
Source§impl Clone for PrePushRef
impl Clone for PrePushRef
Source§fn clone(&self) -> PrePushRef
fn clone(&self) -> PrePushRef
Returns a duplicate of the value. Read more
1.0.0 · 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 PrePushRef
impl Debug for PrePushRef
Source§impl PartialEq for PrePushRef
impl PartialEq for PrePushRef
impl Eq for PrePushRef
impl StructuralPartialEq for PrePushRef
Auto Trait Implementations§
impl Freeze for PrePushRef
impl RefUnwindSafe for PrePushRef
impl Send for PrePushRef
impl Sync for PrePushRef
impl Unpin for PrePushRef
impl UnsafeUnpin for PrePushRef
impl UnwindSafe for PrePushRef
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