pub struct FetchHeadRecord {
pub oid: ObjectId,
pub not_for_merge: bool,
pub description: String,
}Fields§
§oid: ObjectId§not_for_merge: bool§description: StringTrait Implementations§
Source§impl Clone for FetchHeadRecord
impl Clone for FetchHeadRecord
Source§fn clone(&self) -> FetchHeadRecord
fn clone(&self) -> FetchHeadRecord
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 FetchHeadRecord
impl Debug for FetchHeadRecord
impl Eq for FetchHeadRecord
Source§impl PartialEq for FetchHeadRecord
impl PartialEq for FetchHeadRecord
Source§fn eq(&self, other: &FetchHeadRecord) -> bool
fn eq(&self, other: &FetchHeadRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FetchHeadRecord
Auto Trait Implementations§
impl Freeze for FetchHeadRecord
impl RefUnwindSafe for FetchHeadRecord
impl Send for FetchHeadRecord
impl Sync for FetchHeadRecord
impl Unpin for FetchHeadRecord
impl UnsafeUnpin for FetchHeadRecord
impl UnwindSafe for FetchHeadRecord
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