Struct wild_doc_script::WildDocState 
source · pub struct WildDocState { /* private fields */ }Implementations§
source§impl WildDocState
 
impl WildDocState
pub fn new( stack: Arc<RwLock<VarsStack>>, cache_dir: PathBuf, include_adaptor: Arc<Mutex<Box<dyn IncludeAdaptor + Send>>> ) -> Self
pub fn cache_dir(&self) -> &Path
pub fn stack(&self) -> Arc<RwLock<VarsStack>>
pub fn include_adaptor(&self) -> &Mutex<Box<dyn IncludeAdaptor + Send>>
Trait Implementations§
source§impl Clone for WildDocState
 
impl Clone for WildDocState
source§fn clone(&self) -> WildDocState
 
fn clone(&self) -> WildDocState
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 moreAuto Trait Implementations§
impl RefUnwindSafe for WildDocState
impl Send for WildDocState
impl Sync for WildDocState
impl Unpin for WildDocState
impl UnwindSafe for WildDocState
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