pub struct StoredWebhookConfig {
pub config_id: String,
pub config: PushNotificationConfig,
}Expand description
Stored webhook configuration with ID
Fields§
§config_id: String§config: PushNotificationConfigTrait Implementations§
Source§impl Clone for StoredWebhookConfig
impl Clone for StoredWebhookConfig
Source§fn clone(&self) -> StoredWebhookConfig
fn clone(&self) -> StoredWebhookConfig
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for StoredWebhookConfig
impl RefUnwindSafe for StoredWebhookConfig
impl Send for StoredWebhookConfig
impl Sync for StoredWebhookConfig
impl Unpin for StoredWebhookConfig
impl UnwindSafe for StoredWebhookConfig
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