pub struct AddressTableLookupsBuilder(pub ListBuilder<StructBuilder>);Expand description
Builder for the nested address table lookups list within a transaction.
Tuple Fields§
§0: ListBuilder<StructBuilder>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddressTableLookupsBuilder
impl !RefUnwindSafe for AddressTableLookupsBuilder
impl Send for AddressTableLookupsBuilder
impl Sync for AddressTableLookupsBuilder
impl Unpin for AddressTableLookupsBuilder
impl !UnwindSafe for AddressTableLookupsBuilder
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