pub struct VLess {
pub config: VLessConfig,
}Expand description
VLess protocol parser
Fields§
§config: VLessConfigVLess configuration
Trait Implementations§
Source§impl ProtocolParser for VLess
impl ProtocolParser for VLess
impl Eq for VLess
impl StructuralPartialEq for VLess
Auto Trait Implementations§
impl Freeze for VLess
impl RefUnwindSafe for VLess
impl Send for VLess
impl Sync for VLess
impl Unpin for VLess
impl UnsafeUnpin for VLess
impl UnwindSafe for VLess
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