Enum bee_storage::system::System [−][src]
pub enum System {
Version(StorageVersion),
Health(StorageHealth),
}Expand description
System-related information.
Variants
Version(StorageVersion)The current version of the storage.
Health(StorageHealth)The health status of the storage.
Trait Implementations
Returns the length of the packed bytes.
Packs the instance to bytes and writes them to the passed writer.
Reads bytes from the passed reader and unpacks them into an instance.
Packs the instance to bytes and writes them to a newly allocated vector.
Reads bytes from the passed reader and unpacks them into an instance. Applies syntactic checks. Read more
Auto Trait Implementations
impl RefUnwindSafe for Systemimpl UnwindSafe for SystemBlanket Implementations
Mutably borrows from an owned value. Read more