pub struct failuresForOauthWebhooks;Trait Implementations§
Source§impl Field for failuresForOauthWebhooks
impl Field for failuresForOauthWebhooks
Source§impl HasField<failuresForOauthWebhooks> for Query
impl HasField<failuresForOauthWebhooks> for Query
Source§type Type = Vec<WebhookFailureEvent>
type Type = Vec<WebhookFailureEvent>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for failuresForOauthWebhooks
impl RefUnwindSafe for failuresForOauthWebhooks
impl Send for failuresForOauthWebhooks
impl Sync for failuresForOauthWebhooks
impl Unpin for failuresForOauthWebhooks
impl UnwindSafe for failuresForOauthWebhooks
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