Struct mirrorworld_sdk_rust::authentication::ParsedInfo
source · [−]pub struct ParsedInfo {Show 21 fields
pub destination: Option<String>,
pub lamports: Option<u32>,
pub source: Option<String>,
pub account: Option<String>,
pub mint: Option<String>,
pub rent_sysvar: Option<String>,
pub system_program: Option<String>,
pub token_program: Option<String>,
pub wallet: Option<String>,
pub new_account: Option<String>,
pub owner: Option<String>,
pub space: Option<u32>,
pub amount: Option<String>,
pub mint_authority: Option<String>,
pub authority_type: Option<String>,
pub multisig_authority: Option<String>,
pub new_authority: Option<String>,
pub signers: Option<Vec<String>>,
pub decimals: Option<u32>,
pub authority: Option<String>,
pub delegate: Option<String>,
}Fields
destination: Option<String>lamports: Option<u32>source: Option<String>account: Option<String>mint: Option<String>rent_sysvar: Option<String>system_program: Option<String>token_program: Option<String>wallet: Option<String>new_account: Option<String>owner: Option<String>space: Option<u32>amount: Option<String>signers: Option<Vec<String>>decimals: Option<u32>delegate: Option<String>Trait Implementations
sourceimpl Debug for ParsedInfo
impl Debug for ParsedInfo
sourceimpl<'de> Deserialize<'de> for ParsedInfo
impl<'de> Deserialize<'de> for ParsedInfo
sourcefn 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
sourceimpl Serialize for ParsedInfo
impl Serialize for ParsedInfo
Auto Trait Implementations
impl RefUnwindSafe for ParsedInfo
impl Send for ParsedInfo
impl Sync for ParsedInfo
impl Unpin for ParsedInfo
impl UnwindSafe for ParsedInfo
Blanket Implementations
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more