pub struct CacheModule;Implementations§
Source§impl CacheModule
impl CacheModule
pub fn register(options: CacheModuleOptions) -> DynamicModule
pub fn registerAsync(options: CacheModuleAsyncOptions) -> DynamicModule
pub fn register_async(options: CacheModuleAsyncOptions) -> DynamicModule
Auto Trait Implementations§
impl Freeze for CacheModule
impl RefUnwindSafe for CacheModule
impl Send for CacheModule
impl Sync for CacheModule
impl Unpin for CacheModule
impl UnsafeUnpin for CacheModule
impl UnwindSafe for CacheModule
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