pub struct StaticConfig {
pub guest_path: String,
pub url_prefix: String,
pub index_document: Option<String>,
pub tigris_bucket: Option<String>,
}Fields§
§guest_path: String§url_prefix: String§index_document: Option<String>§tigris_bucket: Option<String>Trait Implementations§
Source§impl Debug for StaticConfig
impl Debug for StaticConfig
Source§impl<'de> Deserialize<'de> for StaticConfig
impl<'de> Deserialize<'de> for StaticConfig
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 Freeze for StaticConfig
impl RefUnwindSafe for StaticConfig
impl Send for StaticConfig
impl Sync for StaticConfig
impl Unpin for StaticConfig
impl UnwindSafe for StaticConfig
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