pub struct FileTransferOverHTTPService { /* private fields */ }
Implementations§
Source§impl FileTransferOverHTTPService
impl FileTransferOverHTTPService
pub fn new() -> FileTransferOverHTTPService
Auto Trait Implementations§
impl Freeze for FileTransferOverHTTPService
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