Enum syntect::highlighting::SettingsError
source · pub enum SettingsError {
Plist(Error),
}
Expand description
An error parsing a settings file
Variants§
Trait Implementations§
source§impl Debug for SettingsError
impl Debug for SettingsError
source§impl From<Error> for SettingsError
impl From<Error> for SettingsError
source§fn from(error: PlistError) -> SettingsError
fn from(error: PlistError) -> SettingsError
Converts to this type from the input type.
source§impl From<SettingsError> for LoadingError
impl From<SettingsError> for LoadingError
source§fn from(error: SettingsError) -> LoadingError
fn from(error: SettingsError) -> LoadingError
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for SettingsError
impl Send for SettingsError
impl Sync for SettingsError
impl Unpin for SettingsError
impl !UnwindSafe for SettingsError
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