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