Struct solana_cli_output::ReturnSignersConfig
source · pub struct ReturnSignersConfig {
pub dump_transaction_message: bool,
}Fields§
§dump_transaction_message: boolTrait Implementations§
source§impl Debug for ReturnSignersConfig
impl Debug for ReturnSignersConfig
source§impl Default for ReturnSignersConfig
impl Default for ReturnSignersConfig
source§fn default() -> ReturnSignersConfig
fn default() -> ReturnSignersConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReturnSignersConfig
impl RefUnwindSafe for ReturnSignersConfig
impl Send for ReturnSignersConfig
impl Sync for ReturnSignersConfig
impl Unpin for ReturnSignersConfig
impl UnwindSafe for ReturnSignersConfig
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