pub struct GitHubReadQueue<ConnT: QueueConnection = GitHubClient> { /* private fields */ }Implementations§
Source§impl<ConnT> GitHubReadQueue<ConnT>where
ConnT: QueueConnection,
impl<ConnT> GitHubReadQueue<ConnT>where
ConnT: QueueConnection,
Auto Trait Implementations§
impl<ConnT> Freeze for GitHubReadQueue<ConnT>
impl<ConnT> RefUnwindSafe for GitHubReadQueue<ConnT>
impl<ConnT> Send for GitHubReadQueue<ConnT>
impl<ConnT> Sync for GitHubReadQueue<ConnT>
impl<ConnT> Unpin for GitHubReadQueue<ConnT>
impl<ConnT> UnwindSafe for GitHubReadQueue<ConnT>
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