pub struct SetWebhookRequest {
pub app_name: LSPS5AppName,
pub webhook: LSPS5WebhookUrl,
}Expand description
Parameters for lsps5.set_webhook request.
Fields§
§app_name: LSPS5AppNameHuman-readable name for the webhook.
webhook: LSPS5WebhookUrlURL of the webhook.
Trait Implementations§
Source§impl Clone for SetWebhookRequest
impl Clone for SetWebhookRequest
Source§fn clone(&self) -> SetWebhookRequest
fn clone(&self) -> SetWebhookRequest
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 moreSource§impl Debug for SetWebhookRequest
impl Debug for SetWebhookRequest
Source§impl<'de> Deserialize<'de> for SetWebhookRequest
impl<'de> Deserialize<'de> for SetWebhookRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetWebhookRequest
impl PartialEq for SetWebhookRequest
Source§impl Serialize for SetWebhookRequest
impl Serialize for SetWebhookRequest
impl Eq for SetWebhookRequest
impl StructuralPartialEq for SetWebhookRequest
Auto Trait Implementations§
impl Freeze for SetWebhookRequest
impl RefUnwindSafe for SetWebhookRequest
impl Send for SetWebhookRequest
impl Sync for SetWebhookRequest
impl Unpin for SetWebhookRequest
impl UnwindSafe for SetWebhookRequest
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