pub struct GetMetadataBuilder { /* private fields */ }Implementations§
Source§impl GetMetadataBuilder
impl GetMetadataBuilder
pub fn security_origin(self, security_origin: impl Into<String>) -> Self
pub fn storage_key(self, storage_key: impl Into<String>) -> Self
pub fn storage_bucket(self, storage_bucket: impl Into<StorageBucket>) -> Self
pub fn database_name(self, database_name: impl Into<String>) -> Self
pub fn object_store_name(self, object_store_name: impl Into<String>) -> Self
pub fn build(self) -> Result<GetMetadata, String>
Trait Implementations§
Source§impl Clone for GetMetadataBuilder
impl Clone for GetMetadataBuilder
Source§fn clone(&self) -> GetMetadataBuilder
fn clone(&self) -> GetMetadataBuilder
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 GetMetadataBuilder
impl Default for GetMetadataBuilder
Source§fn default() -> GetMetadataBuilder
fn default() -> GetMetadataBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetMetadataBuilder
impl RefUnwindSafe for GetMetadataBuilder
impl Send for GetMetadataBuilder
impl Sync for GetMetadataBuilder
impl Unpin for GetMetadataBuilder
impl UnsafeUnpin for GetMetadataBuilder
impl UnwindSafe for GetMetadataBuilder
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