pub enum ConnectionMethod {
TCP = 0,
TLS = 1,
UDS = 2,
}Expand description
Connection method to q/kdb+.
Variants§
Auto Trait Implementations§
impl Freeze for ConnectionMethod
impl RefUnwindSafe for ConnectionMethod
impl Send for ConnectionMethod
impl Sync for ConnectionMethod
impl Unpin for ConnectionMethod
impl UnsafeUnpin for ConnectionMethod
impl UnwindSafe for ConnectionMethod
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