pub struct FileTransfersSet {
pub uploads: FileSet,
pub downloads: FileSet,
}Available on crate feature
files and (crate features files or listen or network-client) only.Expand description
Sets of files that should be uploaded and downloaded from a remote server.
Fields§
§uploads: FileSetFiles that exist on local but not on remote.
downloads: FileSetFiles that exist on remote but not on local.
Trait Implementations§
Source§impl Clone for FileTransfersSet
impl Clone for FileTransfersSet
Source§fn clone(&self) -> FileTransfersSet
fn clone(&self) -> FileTransfersSet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileTransfersSet
impl Debug for FileTransfersSet
Source§impl Default for FileTransfersSet
impl Default for FileTransfersSet
Source§fn default() -> FileTransfersSet
fn default() -> FileTransfersSet
Returns the “default value” for a type. Read more
Source§impl PartialEq for FileTransfersSet
impl PartialEq for FileTransfersSet
impl Eq for FileTransfersSet
impl StructuralPartialEq for FileTransfersSet
Auto Trait Implementations§
impl Freeze for FileTransfersSet
impl RefUnwindSafe for FileTransfersSet
impl Send for FileTransfersSet
impl Sync for FileTransfersSet
impl Unpin for FileTransfersSet
impl UnwindSafe for FileTransfersSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.