pub struct PullRequestTimelineItemsConnection;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PullRequestTimelineItemsConnection
impl RefUnwindSafe for PullRequestTimelineItemsConnection
impl Send for PullRequestTimelineItemsConnection
impl Sync for PullRequestTimelineItemsConnection
impl Unpin for PullRequestTimelineItemsConnection
impl UnwindSafe for PullRequestTimelineItemsConnection
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