pub struct Statuses { /* private fields */ }Expand description
interface for statuses associated with a repository
Implementations§
Auto Trait Implementations§
impl Freeze for Statuses
impl !RefUnwindSafe for Statuses
impl Send for Statuses
impl Sync for Statuses
impl Unpin for Statuses
impl !UnwindSafe for Statuses
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