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