Enum cosmic_space::kind::Kind

source ·
pub enum Kind {
Show 22 variants Root, Space, User, App, Mechtron, FileSystem, Repo, BundleSeries, Bundle, Control, Portal, Driver, File(FileSubKind), Artifact(ArtifactSubKind), Database(DatabaseSubKind), Base, UserBase(UserBaseSubKind), Star(StarSub), Global, Host, Guest, Native(NativeSub),
}
Expand description

Kind defines the behavior and properties of a Particle. Each particle has a Kind. At minimum a Kind must have a BaseKind, it can also have a SubKind and a Specific. A Particle’s complete Kind definition is used to match it with a Driver in the Hyperverse

Variants

Root

Space

User

App

Mechtron

FileSystem

Repo

BundleSeries

Bundle

Control

Portal

Driver

File(FileSubKind)

Artifact(ArtifactSubKind)

Database(DatabaseSubKind)

Base

UserBase(UserBaseSubKind)

Star(StarSub)

Global

Host

Guest

Native(NativeSub)

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more
The type returned in the event of a conversion error.
Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Given the context attached to a nom error, and given the original input to the nom parser, extract more the useful context information. Read more
Give this value the specified foreground colour
Give this value the specified background colour

Returns the argument unchanged.

Wrap this object so that its Display representation is indented with the given indent. Each non-empty line of the formatted output will be prefixed with the indent. Read more
Wrap this object so that its Display representation is indented with the given indent. Each non-empty line except for the first of the formatted output will be prefixed with the indent. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Given the original input, as well as the context reported by nom, recreate a context in the original string where the error occurred. Read more
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.