pub struct GoogleCloudStorageExportTask { /* private fields */ }Implementations§
Source§impl GoogleCloudStorageExportTask
impl GoogleCloudStorageExportTask
pub fn new( input: impl Into<Input>, 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 option(self, key: impl Into<String>, value: impl Into<Value>) -> Self
Trait Implementations§
Source§impl Clone for GoogleCloudStorageExportTask
impl Clone for GoogleCloudStorageExportTask
Source§fn clone(&self) -> GoogleCloudStorageExportTask
fn clone(&self) -> GoogleCloudStorageExportTask
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 GoogleCloudStorageExportTask
impl Debug for GoogleCloudStorageExportTask
Source§impl From<GoogleCloudStorageExportTask> for TaskRequest
impl From<GoogleCloudStorageExportTask> for TaskRequest
Source§fn from(value: GoogleCloudStorageExportTask) -> Self
fn from(value: GoogleCloudStorageExportTask) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GoogleCloudStorageExportTask
impl RefUnwindSafe for GoogleCloudStorageExportTask
impl Send for GoogleCloudStorageExportTask
impl Sync for GoogleCloudStorageExportTask
impl Unpin for GoogleCloudStorageExportTask
impl UnsafeUnpin for GoogleCloudStorageExportTask
impl UnwindSafe for GoogleCloudStorageExportTask
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