pub struct ApiOrgsUpdateIssueFieldRequestOutBody {
pub body: OrganizationUpdateIssueField,
}Fields§
§body: OrganizationUpdateIssueFieldTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApiOrgsUpdateIssueFieldRequestOutBody
impl RefUnwindSafe for ApiOrgsUpdateIssueFieldRequestOutBody
impl Send for ApiOrgsUpdateIssueFieldRequestOutBody
impl Sync for ApiOrgsUpdateIssueFieldRequestOutBody
impl Unpin for ApiOrgsUpdateIssueFieldRequestOutBody
impl UnsafeUnpin for ApiOrgsUpdateIssueFieldRequestOutBody
impl UnwindSafe for ApiOrgsUpdateIssueFieldRequestOutBody
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