pub enum ConfType {
Unknown,
SS,
SSR,
V2Ray,
SSConf,
SSTap,
Netch,
SOCKS,
HTTP,
SUB,
Local,
}Expand description
Enum representing different configuration formats supported by the parser
Variants§
Trait Implementations§
impl StructuralPartialEq for ConfType
Auto Trait Implementations§
impl Freeze for ConfType
impl RefUnwindSafe for ConfType
impl Send for ConfType
impl Sync for ConfType
impl Unpin for ConfType
impl UnwindSafe for ConfType
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