pub struct SmartPath { /* private fields */ }Implementations§
Source§impl SmartPath
impl SmartPath
Sourcepub fn new_personal<S>(path: S) -> Result<SmartPath, Error>
pub fn new_personal<S>(path: S) -> Result<SmartPath, Error>
Creates a new SmartPath, the path parameter represent a target inside the Dropbox
directory (personal).
Sourcepub fn new_business<S>(path: S) -> Result<SmartPath, Error>
pub fn new_business<S>(path: S) -> Result<SmartPath, Error>
Creates a new SmartPath, the path parameter represent a target inside the Dropbox
directory (business).
Auto Trait Implementations§
impl Freeze for SmartPath
impl RefUnwindSafe for SmartPath
impl Send for SmartPath
impl Sync for SmartPath
impl Unpin for SmartPath
impl UnwindSafe for SmartPath
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