pub struct Cache<TMsg>(/* private fields */);
Expand description
Кеширование сообщений
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<TMsg> Freeze for Cache<TMsg>
impl<TMsg> !RefUnwindSafe for Cache<TMsg>
impl<TMsg> Send for Cache<TMsg>
impl<TMsg> Sync for Cache<TMsg>
impl<TMsg> Unpin for Cache<TMsg>
impl<TMsg> !UnwindSafe for Cache<TMsg>
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