pub struct FetchRefUpdate {
pub src: String,
pub dst: Option<String>,
pub oid: ObjectId,
pub not_for_merge: bool,
}Fields§
§src: String§dst: Option<String>§oid: ObjectId§not_for_merge: boolTrait Implementations§
Source§impl Clone for FetchRefUpdate
impl Clone for FetchRefUpdate
Source§fn clone(&self) -> FetchRefUpdate
fn clone(&self) -> FetchRefUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FetchRefUpdate
impl Debug for FetchRefUpdate
impl Eq for FetchRefUpdate
Source§impl PartialEq for FetchRefUpdate
impl PartialEq for FetchRefUpdate
Source§fn eq(&self, other: &FetchRefUpdate) -> bool
fn eq(&self, other: &FetchRefUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FetchRefUpdate
Auto Trait Implementations§
impl Freeze for FetchRefUpdate
impl RefUnwindSafe for FetchRefUpdate
impl Send for FetchRefUpdate
impl Sync for FetchRefUpdate
impl Unpin for FetchRefUpdate
impl UnsafeUnpin for FetchRefUpdate
impl UnwindSafe for FetchRefUpdate
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