pub struct ContainerdStore { /* private fields */ }Implementations§
Source§impl ContainerdStore
impl ContainerdStore
pub fn open<P: AsRef<Path>>( root: P, namespace: &str, ) -> Result<Self, StoreError>
pub fn content_root(&self) -> PathBuf
pub fn meta_db_path(&self) -> PathBuf
pub fn root_path(&self) -> PathBuf
pub fn list_images(&self) -> Result<Vec<ImageEntry>, StoreError>
pub fn resolve_image(&self, name: &str) -> Result<ResolvedImage, StoreError>
Auto Trait Implementations§
impl Freeze for ContainerdStore
impl RefUnwindSafe for ContainerdStore
impl Send for ContainerdStore
impl Sync for ContainerdStore
impl Unpin for ContainerdStore
impl UnwindSafe for ContainerdStore
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