pub struct RootBootstrapApi;Expand description
RootBootstrapApi
Implementations§
Source§impl RootBootstrapApi
impl RootBootstrapApi
pub async fn create_canisters() -> Result<(), PublicError>
pub async fn import_pool_from_config() -> Result<(), PublicError>
pub fn rebuild_directories_from_registry() -> Result<(), PublicError>
pub fn validate_state() -> ValidationReport
Auto Trait Implementations§
impl Freeze for RootBootstrapApi
impl RefUnwindSafe for RootBootstrapApi
impl Send for RootBootstrapApi
impl Sync for RootBootstrapApi
impl Unpin for RootBootstrapApi
impl UnwindSafe for RootBootstrapApi
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