pub enum PropertiesParseErrorKind {
Io(Error),
InvalidKeyValuePair(InvalidKeyValuePairError),
}Variants§
Io(Error)
InvalidKeyValuePair(InvalidKeyValuePairError)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PropertiesParseErrorKind
impl Send for PropertiesParseErrorKind
impl Sync for PropertiesParseErrorKind
impl Unpin for PropertiesParseErrorKind
impl !UnwindSafe for PropertiesParseErrorKind
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