pub struct FtpSync { /* private fields */ }
Expand description
A synchronizer which save by FTP.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FtpSync
impl RefUnwindSafe for FtpSync
impl Send for FtpSync
impl Sync for FtpSync
impl Unpin for FtpSync
impl UnwindSafe for FtpSync
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