pub struct Invite {Show 13 fields
pub invite_signer: String,
pub invite_pda: String,
pub sender: String,
pub expiry: String,
pub amount: String,
pub creation_tx: String,
pub deletion_tx: String,
pub receiver: String,
pub action: String,
pub creation_time: String,
pub deletion_time: String,
pub mint: String,
pub confirmed: i64,
}Fields§
§invite_signer: String§invite_pda: String§sender: String§expiry: String§amount: String§creation_tx: String§deletion_tx: String§receiver: String§action: String§creation_time: String§deletion_time: String§mint: String§confirmed: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Invite
impl<'de> Deserialize<'de> for Invite
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
Auto Trait Implementations§
impl Freeze for Invite
impl RefUnwindSafe for Invite
impl Send for Invite
impl Sync for Invite
impl Unpin for Invite
impl UnsafeUnpin for Invite
impl UnwindSafe for Invite
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