pub struct fdisk_ask { /* private fields */ }Expand description
fdisk_ask:
Ask API handler for dialogs with users.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fdisk_ask
impl RefUnwindSafe for fdisk_ask
impl Send for fdisk_ask
impl Sync for fdisk_ask
impl Unpin for fdisk_ask
impl UnwindSafe for fdisk_ask
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