pub struct FileTransferOverHTTPService { /* private fields */ }
Implementations§
source§impl FileTransferOverHTTPService
impl FileTransferOverHTTPService
pub fn new() -> FileTransferOverHTTPService
Auto Trait Implementations§
impl RefUnwindSafe for FileTransferOverHTTPService
impl Send for FileTransferOverHTTPService
impl Sync for FileTransferOverHTTPService
impl Unpin for FileTransferOverHTTPService
impl UnwindSafe for FileTransferOverHTTPService
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