Struct clockwork_webhook_program::program::WebhookProgram
source · pub struct WebhookProgram;
Expand description
Type representing the program.
Trait Implementations§
source§impl Clone for WebhookProgram
impl Clone for WebhookProgram
source§fn clone(&self) -> WebhookProgram
fn clone(&self) -> WebhookProgram
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more