Enum storage_map::PrepareResult [−][src]
pub enum PrepareResult {
AlreadyExists,
UnableToCreate,
Created,
}Result of preparing a particular key.
Variants
AlreadyExistsNothing is created, the key/value pair is already there.
UnableToCreateKey was not found, but value creation failed.
CreatedKey was not found, but now the value has been created and inserted.
Auto Trait Implementations
impl Send for PrepareResult
impl Send for PrepareResultimpl Sync for PrepareResult
impl Sync for PrepareResult