pub struct BurnArgs {
pub keypair_path: Option<PathBuf>,
pub rpc_url: Option<String>,
pub asset: Pubkey,
pub recipient: Option<Pubkey>,
}Fields§
§keypair_path: Option<PathBuf>§rpc_url: Option<String>§asset: Pubkey§recipient: Option<Pubkey>Auto Trait Implementations§
impl RefUnwindSafe for BurnArgs
impl Send for BurnArgs
impl Sync for BurnArgs
impl Unpin for BurnArgs
impl UnwindSafe for BurnArgs
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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