Enum chemfiles::Status
[−]
[src]
pub enum Status {
Success,
CppStdError,
ChemfilesCppError,
MemoryError,
FileError,
FormatError,
SelectionError,
UTF8PathError,
NullPtr,
}Possible causes of error in chemfiles
Variants
SuccessNo error
CppStdErrorException in the C++ standard library
ChemfilesCppErrorException in the C++ chemfiles library
MemoryErrorError in memory allocations
FileErrorError while reading or writing a file
FormatErrorError in file formatting, i.e. the file is invalid
SelectionErrorError in selection string syntax
UTF8PathErrorThe given path is not valid UTF8
NullPtrWe got a null pointer from C++
Trait Implementations
impl Clone for Status[src]
fn clone(&self) -> Status
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more