pub enum PropertiesParseErrorKind {
Io(Error),
InvalidKeyValuePair(InvalidKeyValuePairError),
}Variants§
Io(Error)
InvalidKeyValuePair(InvalidKeyValuePairError)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertiesParseErrorKind
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