pub struct ScalewayImageBootscript {
pub bootcmdargs: String,
pub default: bool,
pub dtb: String,
pub id: String,
pub initrd: String,
pub kernel: String,
pub organization: String,
pub project: String,
pub public: bool,
pub title: String,
pub arch: Option<String>,
pub zone: String,
}
Fields§
§bootcmdargs: String
§default: bool
§dtb: String
§id: String
§initrd: String
§kernel: String
§organization: String
§project: String
§public: bool
§title: String
§arch: Option<String>
§zone: String
Trait Implementations§
Source§impl Debug for ScalewayImageBootscript
impl Debug for ScalewayImageBootscript
Source§impl<'de> Deserialize<'de> for ScalewayImageBootscript
impl<'de> Deserialize<'de> for ScalewayImageBootscript
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ScalewayImageBootscript
impl RefUnwindSafe for ScalewayImageBootscript
impl Send for ScalewayImageBootscript
impl Sync for ScalewayImageBootscript
impl Unpin for ScalewayImageBootscript
impl UnwindSafe for ScalewayImageBootscript
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