pub struct WebhookState { /* private fields */ }Implementations§
Source§impl WebhookState
impl WebhookState
pub async fn create( runtime: &mut ActorRuntime, config: &Config, ) -> Result<ActorHandle>
Trait Implementations§
Source§impl Debug for WebhookState
impl Debug for WebhookState
Source§impl Default for WebhookState
impl Default for WebhookState
Source§fn default() -> WebhookState
fn default() -> WebhookState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebhookState
impl RefUnwindSafe for WebhookState
impl Send for WebhookState
impl Sync for WebhookState
impl Unpin for WebhookState
impl UnwindSafe for WebhookState
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