pub enum RwiniParseErrorType {
SyntaxError(IniParseError),
Unknown,
}
Variants§
SyntaxError(IniParseError)
Unknown
Trait Implementations§
Source§impl Clone for RwiniParseErrorType
impl Clone for RwiniParseErrorType
Source§fn clone(&self) -> RwiniParseErrorType
fn clone(&self) -> RwiniParseErrorType
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 RwiniParseErrorType
impl Debug for RwiniParseErrorType
Source§impl Display for RwiniParseErrorType
impl Display for RwiniParseErrorType
Source§impl PartialEq for RwiniParseErrorType
impl PartialEq for RwiniParseErrorType
impl Eq for RwiniParseErrorType
impl StructuralPartialEq for RwiniParseErrorType
Auto Trait Implementations§
impl Freeze for RwiniParseErrorType
impl RefUnwindSafe for RwiniParseErrorType
impl Send for RwiniParseErrorType
impl Sync for RwiniParseErrorType
impl Unpin for RwiniParseErrorType
impl UnwindSafe for RwiniParseErrorType
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