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