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