pub struct WithdrawalsBuilder(pub ListBuilder<StructBuilder>);Tuple Fields§
§0: ListBuilder<StructBuilder>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithdrawalsBuilder
impl !RefUnwindSafe for WithdrawalsBuilder
impl Send for WithdrawalsBuilder
impl Sync for WithdrawalsBuilder
impl Unpin for WithdrawalsBuilder
impl !UnwindSafe for WithdrawalsBuilder
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