pub struct MultiCall<'a> {
pub calls: Vec<Box<dyn Call + Send + Sync + 'a>>,
}Fields§
§calls: Vec<Box<dyn Call + Send + Sync + 'a>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MultiCall<'a>
impl<'a> !RefUnwindSafe for MultiCall<'a>
impl<'a> Send for MultiCall<'a>
impl<'a> Sync for MultiCall<'a>
impl<'a> Unpin for MultiCall<'a>
impl<'a> !UnwindSafe for MultiCall<'a>
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