pub struct JinxFiles {
pub jinx_home: String,
pub jinx_conf: String,
pub nginx_conf: String,
pub letsencrypt_conf: String,
pub letsencrypt_www: String,
}Fields§
§jinx_home: String§jinx_conf: String§nginx_conf: String§letsencrypt_conf: String§letsencrypt_www: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for JinxFiles
impl<'de> Deserialize<'de> for JinxFiles
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 JinxFiles
impl RefUnwindSafe for JinxFiles
impl Send for JinxFiles
impl Sync for JinxFiles
impl Unpin for JinxFiles
impl UnsafeUnpin for JinxFiles
impl UnwindSafe for JinxFiles
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