pub struct SyncConfig { /* private fields */ }
Implementations§
Source§impl SyncConfig
impl SyncConfig
pub fn access_key<T>(self, value: T) -> Self
pub fn bucket<T>(self, value: T) -> Self
pub fn endpoint<T>(self, value: T) -> Self
pub fn provider<T>(self, value: T) -> Self
pub fn region<T>(self, value: T) -> Self
pub fn secret_key<T>(self, value: T) -> Self
pub fn start_from_checkpoint<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SyncConfig
impl Clone for SyncConfig
Source§fn clone(&self) -> SyncConfig
fn clone(&self) -> SyncConfig
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 Debug for SyncConfig
impl Debug for SyncConfig
Source§impl Default for SyncConfig
impl Default for SyncConfig
Source§impl From<SyncConfig> for SyncConfig
impl From<SyncConfig> for SyncConfig
Source§fn from(value: SyncConfig) -> Self
fn from(value: SyncConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SyncConfig> for SyncConfig
impl TryFrom<SyncConfig> for SyncConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SyncConfig) -> Result<Self, ConversionError>
fn try_from(value: SyncConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SyncConfig
impl RefUnwindSafe for SyncConfig
impl Send for SyncConfig
impl Sync for SyncConfig
impl Unpin for SyncConfig
impl UnwindSafe for SyncConfig
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