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