pub enum FireparseError {
UnsupportedPlatform(String),
ParserError(String),
}
Expand description
Represents possible errors that can occur while parsing firewall configurations.
Variants§
Auto Trait Implementations§
impl Freeze for FireparseError
impl RefUnwindSafe for FireparseError
impl Send for FireparseError
impl Sync for FireparseError
impl Unpin for FireparseError
impl UnwindSafe for FireparseError
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