pub struct GetTransactionsProofBuilder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for GetTransactionsProofBuilder
impl Debug for GetTransactionsProofBuilder
Source§impl Default for GetTransactionsProofBuilder
impl Default for GetTransactionsProofBuilder
Source§fn default() -> GetTransactionsProofBuilder
fn default() -> GetTransactionsProofBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for GetTransactionsProofBuilder
impl RefUnwindSafe for GetTransactionsProofBuilder
impl Send for GetTransactionsProofBuilder
impl Sync for GetTransactionsProofBuilder
impl Unpin for GetTransactionsProofBuilder
impl UnwindSafe for GetTransactionsProofBuilder
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