pub struct PushRef {
pub local_ref: String,
pub local_oid: String,
pub remote_ref: String,
pub remote_oid: String,
}Fields§
§local_ref: String§local_oid: String§remote_ref: String§remote_oid: StringTrait Implementations§
impl Eq for PushRef
impl StructuralPartialEq for PushRef
Auto Trait Implementations§
impl Freeze for PushRef
impl RefUnwindSafe for PushRef
impl Send for PushRef
impl Sync for PushRef
impl Unpin for PushRef
impl UnsafeUnpin for PushRef
impl UnwindSafe for PushRef
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