Struct bee_storage::system::StorageVersion [−][src]
pub struct StorageVersion(pub u64);
Expand description
Version 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
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 StorageVersionimpl Send for StorageVersionimpl Sync for StorageVersionimpl Unpin for StorageVersionimpl UnwindSafe for StorageVersionBlanket Implementations
Mutably borrows from an owned value. Read more