Struct leptos_config::ConfFile
source · pub struct ConfFile {
pub leptos_options: LeptosOptions,
}
Expand description
A Struct to allow us to parse LeptosOptions from the file. Not really needed, most interactions should occur with LeptosOptions
Fields§
§leptos_options: LeptosOptions
Trait Implementations§
source§impl<'de> Deserialize<'de> for ConfFile
impl<'de> Deserialize<'de> for ConfFile
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 ConfFile
impl Send for ConfFile
impl Sync for ConfFile
impl Unpin for ConfFile
impl UnwindSafe for ConfFile
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