Struct postman_api::request::CreateWebhookRequest
source · [−]pub struct CreateWebhookRequest<'a> {
pub workspace_id: Option<String>,
pub webhook: Option<Value>,
/* private fields */
}
Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields
workspace_id: Option<String>
webhook: Option<Value>
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for CreateWebhookRequest<'a>
impl<'a> Send for CreateWebhookRequest<'a>
impl<'a> Sync for CreateWebhookRequest<'a>
impl<'a> Unpin for CreateWebhookRequest<'a>
impl<'a> !UnwindSafe for CreateWebhookRequest<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more