Struct puffer::pages::base::BaseTemplate   
source · pub struct BaseTemplate {
    pub info: String,
    pub auth_state: bool,
    pub bundlrs: String,
    pub guppy: String,
    pub site_name: String,
    pub body_embed: String,
}Fields§
§info: String§auth_state: bool§bundlrs: String§guppy: String§site_name: String§body_embed: StringAuto Trait Implementations§
impl RefUnwindSafe for BaseTemplate
impl Send for BaseTemplate
impl Sync for BaseTemplate
impl Unpin for BaseTemplate
impl UnwindSafe for BaseTemplate
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