pub struct VersionUpdateBody {
pub released: bool,
pub archived: bool,
pub move_unfixed_issues_to: Option<String>,
}
Fields§
§released: bool
§archived: bool
§move_unfixed_issues_to: Option<String>
Trait Implementations§
Source§impl Debug for VersionUpdateBody
impl Debug for VersionUpdateBody
Auto Trait Implementations§
impl Freeze for VersionUpdateBody
impl RefUnwindSafe for VersionUpdateBody
impl Send for VersionUpdateBody
impl Sync for VersionUpdateBody
impl Unpin for VersionUpdateBody
impl UnwindSafe for VersionUpdateBody
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