pub struct webhooks;Trait Implementations§
Source§impl HasArgument<after> for webhooks
impl HasArgument<after> for webhooks
Source§impl HasArgument<before> for webhooks
impl HasArgument<before> for webhooks
Source§impl HasArgument<first> for webhooks
impl HasArgument<first> for webhooks
Source§impl HasArgument<includeArchived> for webhooks
impl HasArgument<includeArchived> for webhooks
Source§impl HasArgument<last> for webhooks
impl HasArgument<last> for webhooks
Source§impl HasArgument<orderBy> for webhooks
impl HasArgument<orderBy> for webhooks
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for webhooks
impl RefUnwindSafe for webhooks
impl Send for webhooks
impl Sync for webhooks
impl Unpin for webhooks
impl UnwindSafe for webhooks
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