pub struct IssueAssignees { /* private fields */ }Expand description
Provides access to assignee operations available for an individual issue
Implementations§
Auto Trait Implementations§
impl Freeze for IssueAssignees
impl !RefUnwindSafe for IssueAssignees
impl Send for IssueAssignees
impl Sync for IssueAssignees
impl Unpin for IssueAssignees
impl !UnwindSafe for IssueAssignees
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