pub struct DevelopOutput {
pub branch_ref: String,
pub branch_name: String,
}Expand description
Output of develop a GitHub issue.
Fields§
§branch_ref: String§branch_name: StringAuto Trait Implementations§
impl Freeze for DevelopOutput
impl RefUnwindSafe for DevelopOutput
impl Send for DevelopOutput
impl Sync for DevelopOutput
impl Unpin for DevelopOutput
impl UnsafeUnpin for DevelopOutput
impl UnwindSafe for DevelopOutput
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