Struct rsync_list::ParseError [−][src]
#[non_exhaustive]pub struct ParseError { pub raw: Vec<u8>, pub kind: ParseErrorKind, }
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.raw: Vec<u8>kind: ParseErrorKindTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl RefUnwindSafe for ParseErrorimpl Send for ParseError
impl Send for ParseErrorimpl Sync for ParseError
impl Sync for ParseErrorimpl Unpin for ParseError
impl Unpin for ParseErrorimpl UnwindSafe for ParseError
impl UnwindSafe for ParseError