pub struct aggregate3ValueReturn {
pub _0: Vec<Bytes>,
}Expand description
Container type for the return parameters of the aggregate3Value((address,bool,uint256,bytes)[]) function.
Fields§
§_0: Vec<Bytes>Trait Implementations§
Source§impl Clone for aggregate3ValueReturn
impl Clone for aggregate3ValueReturn
Source§fn clone(&self) -> aggregate3ValueReturn
fn clone(&self) -> aggregate3ValueReturn
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 moreAuto Trait Implementations§
impl Freeze for aggregate3ValueReturn
impl RefUnwindSafe for aggregate3ValueReturn
impl Send for aggregate3ValueReturn
impl Sync for aggregate3ValueReturn
impl Unpin for aggregate3ValueReturn
impl UnsafeUnpin for aggregate3ValueReturn
impl UnwindSafe for aggregate3ValueReturn
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