pub struct LegacySolanaFunctionResult {
pub serialized_tx: Vec<u8>,
}Fields§
§serialized_tx: Vec<u8>Trait Implementations§
Source§impl Clone for LegacySolanaFunctionResult
impl Clone for LegacySolanaFunctionResult
Source§fn clone(&self) -> LegacySolanaFunctionResult
fn clone(&self) -> LegacySolanaFunctionResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LegacySolanaFunctionResult
impl Debug for LegacySolanaFunctionResult
Source§impl Default for LegacySolanaFunctionResult
impl Default for LegacySolanaFunctionResult
Source§fn default() -> LegacySolanaFunctionResult
fn default() -> LegacySolanaFunctionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LegacySolanaFunctionResult
impl<'de> Deserialize<'de> for LegacySolanaFunctionResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<LegacySolanaFunctionResult> for SolanaFunctionResult
impl From<LegacySolanaFunctionResult> for SolanaFunctionResult
Source§fn from(item: LegacySolanaFunctionResult) -> SolanaFunctionResult
fn from(item: LegacySolanaFunctionResult) -> SolanaFunctionResult
Converts to this type from the input type.
impl StructuralPartialEq for LegacySolanaFunctionResult
Auto Trait Implementations§
impl Freeze for LegacySolanaFunctionResult
impl RefUnwindSafe for LegacySolanaFunctionResult
impl Send for LegacySolanaFunctionResult
impl Sync for LegacySolanaFunctionResult
impl Unpin for LegacySolanaFunctionResult
impl UnwindSafe for LegacySolanaFunctionResult
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