pub struct BootSource {
pub kernel_image_path: String,
pub boot_args: Option<String>,
}Expand description
PUT /boot-source
Fields§
§kernel_image_path: String§boot_args: Option<String>Trait Implementations§
Source§impl Debug for BootSource
impl Debug for BootSource
Auto Trait Implementations§
impl Freeze for BootSource
impl RefUnwindSafe for BootSource
impl Send for BootSource
impl Sync for BootSource
impl Unpin for BootSource
impl UnsafeUnpin for BootSource
impl UnwindSafe for BootSource
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