Struct rsync_list::Entry [−][src]
#[non_exhaustive]pub struct Entry { pub kind: Kind, // some fields omitted }
Fields (Non-exhaustive)
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct {{ .. }} syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.kind: KindImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Entry
impl RefUnwindSafe for Entryimpl UnwindSafe for Entry
impl UnwindSafe for Entry