pub struct WebhookConnection;Trait Implementations§
Source§impl HasField<__typename> for WebhookConnection
impl HasField<__typename> for WebhookConnection
Source§impl HasField<edges> for WebhookConnection
impl HasField<edges> for WebhookConnection
Source§type Type = Vec<WebhookEdge>
type Type = Vec<WebhookEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for WebhookConnection
impl HasField<nodes> for WebhookConnection
Source§impl HasField<pageInfo> for WebhookConnection
impl HasField<pageInfo> for WebhookConnection
Auto Trait Implementations§
impl Freeze for WebhookConnection
impl RefUnwindSafe for WebhookConnection
impl Send for WebhookConnection
impl Sync for WebhookConnection
impl Unpin for WebhookConnection
impl UnwindSafe for WebhookConnection
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