#[repr(C)]pub struct SubscriptExecSteps {
pub sbs_check_subscripts: ExecEvalBoolSubroutine,
pub sbs_fetch: ExecEvalSubroutine,
pub sbs_assign: ExecEvalSubroutine,
pub sbs_fetch_old: ExecEvalSubroutine,
}Fields§
§sbs_check_subscripts: ExecEvalBoolSubroutine§sbs_fetch: ExecEvalSubroutine§sbs_assign: ExecEvalSubroutine§sbs_fetch_old: ExecEvalSubroutineTrait Implementations§
Source§impl Clone for SubscriptExecSteps
impl Clone for SubscriptExecSteps
Source§fn clone(&self) -> SubscriptExecSteps
fn clone(&self) -> SubscriptExecSteps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubscriptExecSteps
Source§impl Debug for SubscriptExecSteps
impl Debug for SubscriptExecSteps
Source§impl Default for SubscriptExecSteps
impl Default for SubscriptExecSteps
Source§fn default() -> SubscriptExecSteps
fn default() -> SubscriptExecSteps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SubscriptExecSteps
impl RefUnwindSafe for SubscriptExecSteps
impl Send for SubscriptExecSteps
impl Sync for SubscriptExecSteps
impl Unpin for SubscriptExecSteps
impl UnsafeUnpin for SubscriptExecSteps
impl UnwindSafe for SubscriptExecSteps
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