pub struct WebhookRespond;
Expand description
Instruction.
Trait Implementations§
source§impl BorshDeserialize for WebhookRespond
impl BorshDeserialize for WebhookRespond
source§impl BorshSerialize for WebhookRespond
impl BorshSerialize for WebhookRespond
source§impl Discriminator for WebhookRespond
impl Discriminator for WebhookRespond
const DISCRIMINATOR: [u8; 8] = _
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for WebhookRespond
impl Send for WebhookRespond
impl Sync for WebhookRespond
impl Unpin for WebhookRespond
impl UnwindSafe for WebhookRespond
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