pub struct StaticFormationTemplate {
pub metadata: FormationTemplateMetadata,
}Expand description
Template for a static formation shape.
Fields§
§metadata: FormationTemplateMetadataImplementations§
Source§impl StaticFormationTemplate
impl StaticFormationTemplate
pub fn new(metadata: FormationTemplateMetadata) -> Self
Trait Implementations§
Source§impl Clone for StaticFormationTemplate
impl Clone for StaticFormationTemplate
Source§fn clone(&self) -> StaticFormationTemplate
fn clone(&self) -> StaticFormationTemplate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StaticFormationTemplate
impl Debug for StaticFormationTemplate
Source§impl<'de> Deserialize<'de> for StaticFormationTemplate
impl<'de> Deserialize<'de> for StaticFormationTemplate
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 StaticFormationTemplate
impl RefUnwindSafe for StaticFormationTemplate
impl Send for StaticFormationTemplate
impl Sync for StaticFormationTemplate
impl Unpin for StaticFormationTemplate
impl UnsafeUnpin for StaticFormationTemplate
impl UnwindSafe for StaticFormationTemplate
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