#[non_exhaustive]pub struct SystemTemplateDescription {
pub summary: Option<SystemTemplateSummary>,
pub definition: Option<DefinitionDocument>,
pub validated_namespace_version: Option<i64>,
}
Expand description
An object that contains a system's definition document and summary information.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.summary: Option<SystemTemplateSummary>
An object that contains summary information about a system.
definition: Option<DefinitionDocument>
The definition document of a system.
validated_namespace_version: Option<i64>
The namespace version against which the system was validated. Use this value in your system instance.
Implementations
An object that contains summary information about a system.
The definition document of a system.
The namespace version against which the system was validated. Use this value in your system instance.
Creates a new builder-style object to manufacture SystemTemplateDescription
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SystemTemplateDescription
impl Send for SystemTemplateDescription
impl Sync for SystemTemplateDescription
impl Unpin for SystemTemplateDescription
impl UnwindSafe for SystemTemplateDescription
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more