pub struct ScalewayImage {Show 15 fields
pub id: String,
pub name: String,
pub arch: String,
pub creation_date: String,
pub modification_date: String,
pub from_server: Option<String>,
pub organization: String,
pub public: bool,
pub state: String,
pub project: String,
pub tags: Vec<String>,
pub zone: String,
pub root_volume: ScalewayImageRootVolume,
pub default_bootscript: Option<ScalewayImageBootscript>,
pub extra_volumes: ScalewayImageExtraVolumes,
}
Fields§
§id: String
§name: String
§arch: String
§creation_date: String
§modification_date: String
§from_server: Option<String>
§organization: String
§public: bool
§state: String
§project: String
§zone: String
§root_volume: ScalewayImageRootVolume
§default_bootscript: Option<ScalewayImageBootscript>
§extra_volumes: ScalewayImageExtraVolumes
Trait Implementations§
Source§impl Debug for ScalewayImage
impl Debug for ScalewayImage
Source§impl<'de> Deserialize<'de> for ScalewayImage
impl<'de> Deserialize<'de> for ScalewayImage
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 ScalewayImage
impl RefUnwindSafe for ScalewayImage
impl Send for ScalewayImage
impl Sync for ScalewayImage
impl Unpin for ScalewayImage
impl UnwindSafe for ScalewayImage
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