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