pub struct BigQueryClient { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for BigQueryClient
impl !RefUnwindSafe for BigQueryClient
impl !Send for BigQueryClient
impl !Sync for BigQueryClient
impl Unpin for BigQueryClient
impl UnsafeUnpin for BigQueryClient
impl !UnwindSafe for BigQueryClient
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