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
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more