pub struct DeltaSharingTableBuilder { /* private fields */ }Expand description
Builder for DeltaSharingTable
Implementations§
Source§impl DeltaSharingTableBuilder
impl DeltaSharingTableBuilder
Sourcepub fn with_profile(self, profile: Profile) -> Self
pub fn with_profile(self, profile: Profile) -> Self
Set the profile for the DeltaSharingTable
Sourcepub fn with_table(self, table: Table) -> Self
pub fn with_table(self, table: Table) -> Self
Set the table for the DeltaSharingTable
Sourcepub async fn build(self) -> Result<DeltaSharingTable, DeltaSharingError>
pub async fn build(self) -> Result<DeltaSharingTable, DeltaSharingError>
Build the DeltaSharingTable
Trait Implementations§
Source§impl Debug for DeltaSharingTableBuilder
impl Debug for DeltaSharingTableBuilder
Source§impl Default for DeltaSharingTableBuilder
impl Default for DeltaSharingTableBuilder
Source§fn default() -> DeltaSharingTableBuilder
fn default() -> DeltaSharingTableBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeltaSharingTableBuilder
impl RefUnwindSafe for DeltaSharingTableBuilder
impl Send for DeltaSharingTableBuilder
impl Sync for DeltaSharingTableBuilder
impl Unpin for DeltaSharingTableBuilder
impl UnwindSafe for DeltaSharingTableBuilder
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