pub struct GetWebhookSecretResponse {
pub secret: String,
}Fields§
§secret: StringImplementations§
Source§impl GetWebhookSecretResponse
impl GetWebhookSecretResponse
pub fn new(secret: String) -> GetWebhookSecretResponse
Trait Implementations§
Source§impl Clone for GetWebhookSecretResponse
impl Clone for GetWebhookSecretResponse
Source§fn clone(&self) -> GetWebhookSecretResponse
fn clone(&self) -> GetWebhookSecretResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetWebhookSecretResponse
impl Debug for GetWebhookSecretResponse
Source§impl Default for GetWebhookSecretResponse
impl Default for GetWebhookSecretResponse
Source§fn default() -> GetWebhookSecretResponse
fn default() -> GetWebhookSecretResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetWebhookSecretResponse
impl<'de> Deserialize<'de> for GetWebhookSecretResponse
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 GetWebhookSecretResponse
impl PartialEq for GetWebhookSecretResponse
Source§impl Serialize for GetWebhookSecretResponse
impl Serialize for GetWebhookSecretResponse
impl StructuralPartialEq for GetWebhookSecretResponse
Auto Trait Implementations§
impl Freeze for GetWebhookSecretResponse
impl RefUnwindSafe for GetWebhookSecretResponse
impl Send for GetWebhookSecretResponse
impl Sync for GetWebhookSecretResponse
impl Unpin for GetWebhookSecretResponse
impl UnsafeUnpin for GetWebhookSecretResponse
impl UnwindSafe for GetWebhookSecretResponse
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