pub struct iseq_compile_data_ensure_node_stack { /* private fields */ }
Trait Implementations§
Source§impl Clone for iseq_compile_data_ensure_node_stack
impl Clone for iseq_compile_data_ensure_node_stack
Source§fn clone(&self) -> iseq_compile_data_ensure_node_stack
fn clone(&self) -> iseq_compile_data_ensure_node_stack
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 moreimpl Copy for iseq_compile_data_ensure_node_stack
Auto Trait Implementations§
impl Freeze for iseq_compile_data_ensure_node_stack
impl RefUnwindSafe for iseq_compile_data_ensure_node_stack
impl Send for iseq_compile_data_ensure_node_stack
impl Sync for iseq_compile_data_ensure_node_stack
impl Unpin for iseq_compile_data_ensure_node_stack
impl UnwindSafe for iseq_compile_data_ensure_node_stack
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