pub struct ScriptHeap;Trait Implementations§
Source§impl Clone for ScriptHeap
impl Clone for ScriptHeap
Source§fn clone(&self) -> ScriptHeap
fn clone(&self) -> ScriptHeap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScriptHeap
impl Debug for ScriptHeap
Source§impl Default for ScriptHeap
impl Default for ScriptHeap
Source§fn default() -> ScriptHeap
fn default() -> ScriptHeap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScriptHeap
impl RefUnwindSafe for ScriptHeap
impl Send for ScriptHeap
impl Sync for ScriptHeap
impl Unpin for ScriptHeap
impl UnsafeUnpin for ScriptHeap
impl UnwindSafe for ScriptHeap
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