pub struct 缓存 { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for 缓存
impl RefUnwindSafe for 缓存
impl Send for 缓存
impl Sync for 缓存
impl Unpin for 缓存
impl UnsafeUnpin for 缓存
impl UnwindSafe for 缓存
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