pub struct WebhookSubscriptionResponse { /* private fields */ }Implementations§
Source§impl WebhookSubscriptionResponse
impl WebhookSubscriptionResponse
pub fn created_at<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn event_types<T>(self, value: T) -> Self
pub fn is_enabled<T>(self, value: T) -> Self
pub fn label_key<T>(self, value: T) -> Self
pub fn label_value<T>(self, value: T) -> Self
pub fn labels<T>(self, value: T) -> Self
pub fn metadata<T>(self, value: T) -> Self
pub fn secret<T>(self, value: T) -> Self
pub fn subscription_id<T>(self, value: T) -> Self
pub fn target<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for WebhookSubscriptionResponse
impl Clone for WebhookSubscriptionResponse
Source§fn clone(&self) -> WebhookSubscriptionResponse
fn clone(&self) -> WebhookSubscriptionResponse
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 WebhookSubscriptionResponse
impl Debug for WebhookSubscriptionResponse
Source§impl From<WebhookSubscriptionResponse> for WebhookSubscriptionResponse
impl From<WebhookSubscriptionResponse> for WebhookSubscriptionResponse
Source§fn from(value: WebhookSubscriptionResponse) -> Self
fn from(value: WebhookSubscriptionResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<WebhookSubscriptionResponse> for WebhookSubscriptionResponse
impl TryFrom<WebhookSubscriptionResponse> for WebhookSubscriptionResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: WebhookSubscriptionResponse) -> Result<Self, ConversionError>
fn try_from(value: WebhookSubscriptionResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for WebhookSubscriptionResponse
impl RefUnwindSafe for WebhookSubscriptionResponse
impl Send for WebhookSubscriptionResponse
impl Sync for WebhookSubscriptionResponse
impl Unpin for WebhookSubscriptionResponse
impl UnwindSafe for WebhookSubscriptionResponse
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