Struct clockwork_webhook_program::program::WebhookProgram
source · [−]pub struct WebhookProgram;
Expand description
Type representing the program.
Trait Implementations
sourceimpl Clone for WebhookProgram
impl Clone for WebhookProgram
sourcefn clone(&self) -> WebhookProgram
fn clone(&self) -> WebhookProgram
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Id for WebhookProgram
impl Id for WebhookProgram
Auto Trait Implementations
impl RefUnwindSafe for WebhookProgram
impl Send for WebhookProgram
impl Sync for WebhookProgram
impl Unpin for WebhookProgram
impl UnwindSafe for WebhookProgram
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more