Struct figaro::handlers::cache_object
source · pub struct cache_object;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cache_object
impl Send for cache_object
impl Sync for cache_object
impl Unpin for cache_object
impl UnwindSafe for cache_object
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