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