pub struct GcsSource { /* private fields */ }Implementations§
Source§impl GcsSource
impl GcsSource
pub fn new(force_overwrite: bool, concurrency: usize) -> Self
pub fn client(&self) -> &Client
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for GcsSource
impl !RefUnwindSafe for GcsSource
impl Send for GcsSource
impl Sync for GcsSource
impl Unpin for GcsSource
impl !UnwindSafe for GcsSource
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