pub struct BlockerRow {
pub issue_id: String,
pub identifier: String,
pub title: String,
pub state_name: String,
pub state_type: String,
}Fields§
§issue_id: String§identifier: String§title: String§state_name: String§state_type: StringAuto Trait Implementations§
impl Freeze for BlockerRow
impl RefUnwindSafe for BlockerRow
impl Send for BlockerRow
impl Sync for BlockerRow
impl Unpin for BlockerRow
impl UnsafeUnpin for BlockerRow
impl UnwindSafe for BlockerRow
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