pub struct GoogleCloudStorageImportTask { /* private fields */ }Implementations§
Source§impl GoogleCloudStorageImportTask
impl GoogleCloudStorageImportTask
pub fn new( project_id: impl Into<String>, bucket: impl Into<String>, client_email: impl Into<String>, private_key: impl Into<String>, ) -> Self
pub fn file(self, file: impl Into<String>) -> Self
pub fn file_prefix(self, file_prefix: impl Into<String>) -> Self
pub fn filename(self, filename: impl Into<String>) -> Self
Trait Implementations§
Source§impl Clone for GoogleCloudStorageImportTask
impl Clone for GoogleCloudStorageImportTask
Source§fn clone(&self) -> GoogleCloudStorageImportTask
fn clone(&self) -> GoogleCloudStorageImportTask
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoogleCloudStorageImportTask
impl Debug for GoogleCloudStorageImportTask
Source§impl From<GoogleCloudStorageImportTask> for TaskRequest
impl From<GoogleCloudStorageImportTask> for TaskRequest
Source§fn from(value: GoogleCloudStorageImportTask) -> Self
fn from(value: GoogleCloudStorageImportTask) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GoogleCloudStorageImportTask
impl RefUnwindSafe for GoogleCloudStorageImportTask
impl Send for GoogleCloudStorageImportTask
impl Sync for GoogleCloudStorageImportTask
impl Unpin for GoogleCloudStorageImportTask
impl UnsafeUnpin for GoogleCloudStorageImportTask
impl UnwindSafe for GoogleCloudStorageImportTask
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