pub struct PCloudStoreConfig {
pub origin: PCloudStoreConfigOrigin,
pub credentials: Credentials,
pub root: PathBuf,
}
Fields§
§origin: PCloudStoreConfigOrigin
§credentials: Credentials
§root: PathBuf
Implementations§
Source§impl PCloudStoreConfig
impl PCloudStoreConfig
pub fn build(&self) -> Result<PCloudStore>
Trait Implementations§
Source§impl Clone for PCloudStoreConfig
impl Clone for PCloudStoreConfig
Source§fn clone(&self) -> PCloudStoreConfig
fn clone(&self) -> PCloudStoreConfig
Returns a copy 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 PCloudStoreConfig
impl Debug for PCloudStoreConfig
Source§impl From<PCloudStoreConfig> for AnyStoreConfig
impl From<PCloudStoreConfig> for AnyStoreConfig
Source§fn from(value: PCloudStoreConfig) -> Self
fn from(value: PCloudStoreConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PCloudStoreConfig
impl RefUnwindSafe for PCloudStoreConfig
impl Send for PCloudStoreConfig
impl Sync for PCloudStoreConfig
impl Unpin for PCloudStoreConfig
impl UnwindSafe for PCloudStoreConfig
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