pub enum ConnType {
PG,
OP,
S7Basic(u16),
}
Expand description
客户端连接类型
Variants§
Auto Trait Implementations§
impl Freeze for ConnType
impl RefUnwindSafe for ConnType
impl Send for ConnType
impl Sync for ConnType
impl Unpin for ConnType
impl UnwindSafe for ConnType
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