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