pub struct WebhookEdge;Trait Implementations§
Source§impl HasField<__typename> for WebhookEdge
impl HasField<__typename> for WebhookEdge
Source§impl HasField<cursor> for WebhookEdge
impl HasField<cursor> for WebhookEdge
Source§impl HasField<node> for WebhookEdge
impl HasField<node> for WebhookEdge
Auto Trait Implementations§
impl Freeze for WebhookEdge
impl RefUnwindSafe for WebhookEdge
impl Send for WebhookEdge
impl Sync for WebhookEdge
impl Unpin for WebhookEdge
impl UnwindSafe for WebhookEdge
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