Enum ceramic_config::StateStore
source · pub enum StateStore {
S3(S3StateStore),
LocalDirectory(PathBuf),
}Variants§
S3(S3StateStore)
LocalDirectory(PathBuf)
Trait Implementations§
source§impl Clone for StateStore
impl Clone for StateStore
source§fn clone(&self) -> StateStore
fn clone(&self) -> StateStore
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StateStore
impl Debug for StateStore
source§impl Default for StateStore
impl Default for StateStore
source§impl<'de> Deserialize<'de> for StateStore
impl<'de> Deserialize<'de> for StateStore
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more