pub struct InstancePlacement {
pub zone: Option<String>,
pub project_id: Option<i64>,
pub extra: HashMap<String, Value>,
}
Fieldsยง
ยงzone: Option<String>
ยงproject_id: Option<i64>
ยงextra: HashMap<String, Value>
Trait Implementationsยง
Sourceยงimpl Debug for InstancePlacement
impl Debug for InstancePlacement
Sourceยงimpl<'de> Deserialize<'de> for InstancePlacement
impl<'de> Deserialize<'de> for InstancePlacement
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 InstancePlacement
impl RefUnwindSafe for InstancePlacement
impl Send for InstancePlacement
impl Sync for InstancePlacement
impl Unpin for InstancePlacement
impl UnwindSafe for InstancePlacement
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