pub enum SCRIPT_CACHE__ {}
Auto Trait Implementations§
impl Freeze for SCRIPT_CACHE__
impl RefUnwindSafe for SCRIPT_CACHE__
impl Send for SCRIPT_CACHE__
impl Sync for SCRIPT_CACHE__
impl Unpin for SCRIPT_CACHE__
impl UnwindSafe for SCRIPT_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