pub struct FileClientInner {
pub request_sender: Sender<FileRequest>,
pub action_signal: Signal,
pub action_receiver: Receiver<FileClientAction>,
}Fields§
§request_sender: Sender<FileRequest>§action_signal: Signal§action_receiver: Receiver<FileClientAction>Implementations§
source§impl FileClientInner
impl FileClientInner
pub fn new_with_local_server(subdir: &str) -> Self
pub fn new_connect_remote(to_server: &str) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for FileClientInner
impl Send for FileClientInner
impl !Sync for FileClientInner
impl Unpin for FileClientInner
impl UnwindSafe for FileClientInner
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