pub struct FsMirror {
pub live: BTreeMap<String, FsNode>,
/* private fields */
}Expand description
The complete client obligation: apply updates, read live.
Paths are relative to the sync root, /-separated, “” = the root itself.
Fields§
§live: BTreeMap<String, FsNode>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsMirror
impl RefUnwindSafe for FsMirror
impl Send for FsMirror
impl Sync for FsMirror
impl Unpin for FsMirror
impl UnsafeUnpin for FsMirror
impl UnwindSafe for FsMirror
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