pub struct MerkleBuild {
pub tree: WorkspaceMerkleTree,
pub files: Vec<FileManifestEntry>,
}Fields§
§tree: WorkspaceMerkleTree§files: Vec<FileManifestEntry>Trait Implementations§
Source§impl Clone for MerkleBuild
impl Clone for MerkleBuild
Source§fn clone(&self) -> MerkleBuild
fn clone(&self) -> MerkleBuild
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 MerkleBuild
impl Debug for MerkleBuild
impl Eq for MerkleBuild
Source§impl PartialEq for MerkleBuild
impl PartialEq for MerkleBuild
Source§fn eq(&self, other: &MerkleBuild) -> bool
fn eq(&self, other: &MerkleBuild) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MerkleBuild
Auto Trait Implementations§
impl Freeze for MerkleBuild
impl RefUnwindSafe for MerkleBuild
impl Send for MerkleBuild
impl Sync for MerkleBuild
impl Unpin for MerkleBuild
impl UnsafeUnpin for MerkleBuild
impl UnwindSafe for MerkleBuild
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.