pub enum TdsTokenType {
ColMetadata = 129,
Row = 209,
Done = 253,
DoneInProc = 255,
DoneProc = 254,
Error = 170,
Info = 171,
LoginAck = 173,
EnvChange = 227,
}Expand description
TDS token types for responses
Variants§
ColMetadata = 129
Row = 209
Done = 253
DoneInProc = 255
DoneProc = 254
Error = 170
Info = 171
LoginAck = 173
EnvChange = 227
Trait Implementations§
Source§impl Clone for TdsTokenType
impl Clone for TdsTokenType
Source§fn clone(&self) -> TdsTokenType
fn clone(&self) -> TdsTokenType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TdsTokenType
impl Debug for TdsTokenType
Source§impl PartialEq for TdsTokenType
impl PartialEq for TdsTokenType
impl StructuralPartialEq for TdsTokenType
Auto Trait Implementations§
impl Freeze for TdsTokenType
impl RefUnwindSafe for TdsTokenType
impl Send for TdsTokenType
impl Sync for TdsTokenType
impl Unpin for TdsTokenType
impl UnwindSafe for TdsTokenType
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