pub struct CallInd {
pub ptr: LocalValueId,
pub args: Vec<LocalValueId>,
}Fields§
§ptr: LocalValueId§args: Vec<LocalValueId>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CallInd
impl<'de> Deserialize<'de> for CallInd
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CallInd
impl StructuralPartialEq for CallInd
Auto Trait Implementations§
impl Freeze for CallInd
impl RefUnwindSafe for CallInd
impl Send for CallInd
impl Sync for CallInd
impl Unpin for CallInd
impl UnsafeUnpin for CallInd
impl UnwindSafe for CallInd
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