pub struct LiftedCallOutput {
pub output: Vec<Variable>,
}
Fields§
§output: Vec<Variable>
Trait Implementations§
source§impl Clone for LiftedCallOutput
impl Clone for LiftedCallOutput
source§fn clone(&self) -> LiftedCallOutput
fn clone(&self) -> LiftedCallOutput
Returns a copy 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 LiftedCallOutput
impl Debug for LiftedCallOutput
source§impl PartialEq for LiftedCallOutput
impl PartialEq for LiftedCallOutput
impl StructuralPartialEq for LiftedCallOutput
Auto Trait Implementations§
impl Freeze for LiftedCallOutput
impl RefUnwindSafe for LiftedCallOutput
impl Send for LiftedCallOutput
impl Sync for LiftedCallOutput
impl Unpin for LiftedCallOutput
impl UnwindSafe for LiftedCallOutput
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