pub struct PreparedMergeCandidate {
pub commit: VerifiedStoreBatchCommit,
pub reference: StoreBatchCommitRef,
pub canonical_signed_bytes: Vec<u8>,
pub head: StoreDeviceHead,
pub head_object: ExactObjectRef,
}Fields§
§commit: VerifiedStoreBatchCommit§reference: StoreBatchCommitRef§canonical_signed_bytes: Vec<u8>§head: StoreDeviceHead§head_object: ExactObjectRefTrait Implementations§
Source§impl Clone for PreparedMergeCandidate
impl Clone for PreparedMergeCandidate
Source§fn clone(&self) -> PreparedMergeCandidate
fn clone(&self) -> PreparedMergeCandidate
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 moreAuto Trait Implementations§
impl !Freeze for PreparedMergeCandidate
impl RefUnwindSafe for PreparedMergeCandidate
impl Send for PreparedMergeCandidate
impl Sync for PreparedMergeCandidate
impl Unpin for PreparedMergeCandidate
impl UnsafeUnpin for PreparedMergeCandidate
impl UnwindSafe for PreparedMergeCandidate
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