pub struct CallOutput {
pub first_output: usize,
pub num_outputs: usize,
}
Fields§
§first_output: usize
§num_outputs: usize
Trait Implementations§
source§impl Clone for CallOutput
impl Clone for CallOutput
source§fn clone(&self) -> CallOutput
fn clone(&self) -> CallOutput
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 CallOutput
impl Debug for CallOutput
impl Copy for CallOutput
Auto Trait Implementations§
impl Freeze for CallOutput
impl RefUnwindSafe for CallOutput
impl Send for CallOutput
impl Sync for CallOutput
impl Unpin for CallOutput
impl UnwindSafe for CallOutput
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