Enum gcs_rsync::sync::RSyncError [−][src]
pub enum RSyncError {
MissingFieldsInGcsResponse(String),
StorageError(Error),
FsIoError(Error),
EmptyRelativePathError,
}Variants
MissingFieldsInGcsResponse(String)Tuple Fields of MissingFieldsInGcsResponse
0: StringStorageError(Error)Tuple Fields of StorageError
0: ErrorFsIoError(Error)Tuple Fields of FsIoError
0: ErrorTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RSyncError
impl Send for RSyncError
impl Sync for RSyncError
impl Unpin for RSyncError
impl !UnwindSafe for RSyncError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more