pub struct ScalewayInstanceLocation {
pub cluster_id: String,
pub hypervisor_id: String,
pub node_id: String,
pub platform_id: String,
pub zone_id: String,
}
Fields§
§cluster_id: String
§hypervisor_id: String
§node_id: String
§platform_id: String
§zone_id: String
Trait Implementations§
Source§impl Debug for ScalewayInstanceLocation
impl Debug for ScalewayInstanceLocation
Source§impl<'de> Deserialize<'de> for ScalewayInstanceLocation
impl<'de> Deserialize<'de> for ScalewayInstanceLocation
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 ScalewayInstanceLocation
impl RefUnwindSafe for ScalewayInstanceLocation
impl Send for ScalewayInstanceLocation
impl Sync for ScalewayInstanceLocation
impl Unpin for ScalewayInstanceLocation
impl UnwindSafe for ScalewayInstanceLocation
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