pub struct RelocationService;Expand description
Relocation service for moving global storage
Implementations§
Source§impl RelocationService
impl RelocationService
Sourcepub fn get_stored_path(marker_dir: &Path) -> StorageResult<Option<PathBuf>>
pub fn get_stored_path(marker_dir: &Path) -> StorageResult<Option<PathBuf>>
Auto Trait Implementations§
impl Freeze for RelocationService
impl RefUnwindSafe for RelocationService
impl Send for RelocationService
impl Sync for RelocationService
impl Unpin for RelocationService
impl UnwindSafe for RelocationService
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