pub struct RemoveWebhookResponse {}Expand description
Response for lsps5.remove_webhook.
Trait Implementations§
Source§impl Clone for RemoveWebhookResponse
impl Clone for RemoveWebhookResponse
Source§fn clone(&self) -> RemoveWebhookResponse
fn clone(&self) -> RemoveWebhookResponse
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 RemoveWebhookResponse
impl Debug for RemoveWebhookResponse
Source§impl Default for RemoveWebhookResponse
impl Default for RemoveWebhookResponse
Source§fn default() -> RemoveWebhookResponse
fn default() -> RemoveWebhookResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoveWebhookResponse
impl<'de> Deserialize<'de> for RemoveWebhookResponse
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 RemoveWebhookResponse
impl PartialEq for RemoveWebhookResponse
Source§impl Serialize for RemoveWebhookResponse
impl Serialize for RemoveWebhookResponse
impl Eq for RemoveWebhookResponse
impl StructuralPartialEq for RemoveWebhookResponse
Auto Trait Implementations§
impl Freeze for RemoveWebhookResponse
impl RefUnwindSafe for RemoveWebhookResponse
impl Send for RemoveWebhookResponse
impl Sync for RemoveWebhookResponse
impl Unpin for RemoveWebhookResponse
impl UnwindSafe for RemoveWebhookResponse
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