pub struct DirHelper;Implementations
sourceimpl DirHelper
impl DirHelper
pub async fn build_zip_dir_from_object_map(
object_cache: ObjectCacheRef,
object_map_id: &ObjectId
) -> BuckyResult<ObjectId>
Auto Trait Implementations
impl RefUnwindSafe for DirHelper
impl Send for DirHelper
impl Sync for DirHelper
impl Unpin for DirHelper
impl UnwindSafe for DirHelper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more