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