pub struct GetDirectoryParamsBuilder { /* private fields */ }
Implementations§
Source§impl GetDirectoryParamsBuilder
impl GetDirectoryParamsBuilder
pub fn bucket_file_system_locator( self, bucket_file_system_locator: impl Into<BucketFileSystemLocator>, ) -> GetDirectoryParamsBuilder
pub fn build(self) -> Result<GetDirectoryParams, String>
Trait Implementations§
Source§impl Clone for GetDirectoryParamsBuilder
impl Clone for GetDirectoryParamsBuilder
Source§fn clone(&self) -> GetDirectoryParamsBuilder
fn clone(&self) -> GetDirectoryParamsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for GetDirectoryParamsBuilder
impl Default for GetDirectoryParamsBuilder
Source§fn default() -> GetDirectoryParamsBuilder
fn default() -> GetDirectoryParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetDirectoryParamsBuilder
impl RefUnwindSafe for GetDirectoryParamsBuilder
impl Send for GetDirectoryParamsBuilder
impl Sync for GetDirectoryParamsBuilder
impl Unpin for GetDirectoryParamsBuilder
impl UnwindSafe for GetDirectoryParamsBuilder
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