Struct solana_cli_output::ReturnSignersConfig
source · [−]pub struct ReturnSignersConfig {
pub dump_transaction_message: bool,
}
Fields
dump_transaction_message: bool
Trait Implementations
sourceimpl Debug for ReturnSignersConfig
impl Debug for ReturnSignersConfig
sourceimpl Default for ReturnSignersConfig
impl Default for ReturnSignersConfig
sourcefn default() -> ReturnSignersConfig
fn default() -> ReturnSignersConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ReturnSignersConfig
impl Send for ReturnSignersConfig
impl Sync for ReturnSignersConfig
impl Unpin for ReturnSignersConfig
impl UnwindSafe for ReturnSignersConfig
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more