pub type FolderSyncPatches = BTreeMap<FolderName, FolderSyncPatch>;
Expand description
A folder synchronization patches associates a folder with its own patch.
Aliased Type§
struct FolderSyncPatches {
root: Option<NodeRef<Owned, String, BTreeSet<FolderSyncHunk>, LeafOrInternal>>,
length: usize,
pub(super) alloc: ManuallyDrop<Global>,
_marker: PhantomData<Box<(String, BTreeSet<FolderSyncHunk>)>>,
}
Fields§
§root: Option<NodeRef<Owned, String, BTreeSet<FolderSyncHunk>, LeafOrInternal>>
§length: usize
§alloc: ManuallyDrop<Global>
§_marker: PhantomData<Box<(String, BTreeSet<FolderSyncHunk>)>>