Struct round::event::RoundClosedEvent
source · pub struct RoundClosedEvent {
pub round_addr: Pubkey,
pub round: Round,
pub returned_offer_amount: u64,
}Fields§
§round_addr: Pubkey§round: Round§returned_offer_amount: u64Trait Implementations§
source§impl BorshDeserialize for RoundClosedEventwhere
Pubkey: BorshDeserialize,
Round: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for RoundClosedEventwhere Pubkey: BorshDeserialize, Round: BorshDeserialize, u64: BorshDeserialize,
source§impl BorshSerialize for RoundClosedEventwhere
Pubkey: BorshSerialize,
Round: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for RoundClosedEventwhere Pubkey: BorshSerialize, Round: BorshSerialize, u64: BorshSerialize,
source§impl Discriminator for RoundClosedEvent
impl Discriminator for RoundClosedEvent
const DISCRIMINATOR: [u8; 8] = _
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for RoundClosedEvent
impl Send for RoundClosedEvent
impl Sync for RoundClosedEvent
impl Unpin for RoundClosedEvent
impl UnwindSafe for RoundClosedEvent
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