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