[−][src]Struct block_utils::AsyncInit
Fields
format_child: ChildThe child process needed for this device initializati This will be an async spawned Child handle
post_setup_commands: Vec<(String, Vec<String>)>After formatting is complete run these commands to se ZFS needs this. These should prob be run in sync mod
device: PathBufThe device we're initializing
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsyncInit
impl Send for AsyncInit
impl Sync for AsyncInit
impl Unpin for AsyncInit
impl UnwindSafe for AsyncInit
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,