Struct ceramic_config::S3StateStore
source · pub struct S3StateStore {
pub bucket: String,
pub endpoint: String,
}Fields§
§bucket: String§endpoint: StringTrait Implementations§
source§impl Clone for S3StateStore
impl Clone for S3StateStore
source§fn clone(&self) -> S3StateStore
fn clone(&self) -> S3StateStore
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 S3StateStore
impl Debug for S3StateStore
source§impl<'de> Deserialize<'de> for S3StateStore
impl<'de> Deserialize<'de> for S3StateStore
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
source§impl From<S3StateStore> for JsValue
impl From<S3StateStore> for JsValue
source§fn from(value: S3StateStore) -> Self
fn from(value: S3StateStore) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for S3StateStore
impl FromWasmAbi for S3StateStore
source§impl IntoWasmAbi for S3StateStore
impl IntoWasmAbi for S3StateStore
source§impl LongRefFromWasmAbi for S3StateStore
impl LongRefFromWasmAbi for S3StateStore
source§impl OptionFromWasmAbi for S3StateStore
impl OptionFromWasmAbi for S3StateStore
source§impl OptionIntoWasmAbi for S3StateStore
impl OptionIntoWasmAbi for S3StateStore
source§impl RefFromWasmAbi for S3StateStore
impl RefFromWasmAbi for S3StateStore
§type Anchor = Ref<'static, S3StateStore>
type Anchor = Ref<'static, S3StateStore>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.source§impl RefMutFromWasmAbi for S3StateStore
impl RefMutFromWasmAbi for S3StateStore
source§impl Serialize for S3StateStore
impl Serialize for S3StateStore
Auto Trait Implementations§
impl RefUnwindSafe for S3StateStore
impl Send for S3StateStore
impl Sync for S3StateStore
impl Unpin for S3StateStore
impl UnwindSafe for S3StateStore
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.