Struct libblobd_direct::BlobdLoader
source · pub struct BlobdLoader { /* private fields */ }
Implementations§
source§impl BlobdLoader
impl BlobdLoader
pub fn new(partition_cfg: Vec<BlobdCfgPartition>, cfg: BlobdCfg) -> Self
pub async fn format(&self)
pub async fn load_and_start(self) -> Blobd
Auto Trait Implementations§
impl !RefUnwindSafe for BlobdLoader
impl Send for BlobdLoader
impl Sync for BlobdLoader
impl Unpin for BlobdLoader
impl !UnwindSafe for BlobdLoader
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