pub struct WebhookUpdateInput;Trait Implementations§
impl HasInputField<enabled, Option<bool>> for WebhookUpdateInput
impl HasInputField<label, Option<String>> for WebhookUpdateInput
impl HasInputField<resourceTypes, Option<Vec<String>>> for WebhookUpdateInput
impl HasInputField<secret, Option<String>> for WebhookUpdateInput
impl HasInputField<url, Option<String>> for WebhookUpdateInput
impl InputObjectMarker for WebhookUpdateInput
Auto Trait Implementations§
impl Freeze for WebhookUpdateInput
impl RefUnwindSafe for WebhookUpdateInput
impl Send for WebhookUpdateInput
impl Sync for WebhookUpdateInput
impl Unpin for WebhookUpdateInput
impl UnwindSafe for WebhookUpdateInput
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