Struct tpnote_lib::config::LIB_CFG_CACHE
source · pub struct LIB_CFG_CACHE { /* private fields */ }Expand description
Global variable containing the filename and template related configuration data.
Trait Implementations§
source§impl Deref for LIB_CFG_CACHE
impl Deref for LIB_CFG_CACHE
§type Target = RwLock<RawRwLock, LibCfgCache>
type Target = RwLock<RawRwLock, LibCfgCache>
The resulting type after dereferencing.
source§fn deref(&self) -> &RwLock<LibCfgCache>
fn deref(&self) -> &RwLock<LibCfgCache>
Dereferences the value.
impl LazyStatic for LIB_CFG_CACHE
Auto Trait Implementations§
impl Freeze for LIB_CFG_CACHE
impl RefUnwindSafe for LIB_CFG_CACHE
impl Send for LIB_CFG_CACHE
impl Sync for LIB_CFG_CACHE
impl Unpin for LIB_CFG_CACHE
impl UnwindSafe for LIB_CFG_CACHE
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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more