pub enum SingleLocationExpressionKind {
MutVariableRef,
MutStructFieldRef(NamedStructTypeRef, usize),
MutArrayIndexRef(Type),
MutMapIndexRef(Type, Type),
MutExternalTypeIndexRef(ExternalTypeRef),
}
Variants§
MutVariableRef
MutStructFieldRef(NamedStructTypeRef, usize)
MutArrayIndexRef(Type)
MutMapIndexRef(Type, Type)
MutExternalTypeIndexRef(ExternalTypeRef)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SingleLocationExpressionKind
impl !RefUnwindSafe for SingleLocationExpressionKind
impl !Send for SingleLocationExpressionKind
impl !Sync for SingleLocationExpressionKind
impl Unpin for SingleLocationExpressionKind
impl !UnwindSafe for SingleLocationExpressionKind
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