Struct seaplane_cli::ops::formation::Formation
source · pub struct Formation {
pub model: FormationModel,
pub local: bool,
pub deployed: bool,
}Fields§
§model: FormationModel§local: bool§deployed: boolTrait Implementations§
source§impl<'de> Deserialize<'de> for Formation
impl<'de> Deserialize<'de> for Formation
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
source§impl<'a> From<&'a FormationCtx> for Formation
impl<'a> From<&'a FormationCtx> for Formation
source§fn from(value: &'a FormationCtx) -> Self
fn from(value: &'a FormationCtx) -> Self
Converts to this type from the input type.