pub struct LoginAck {
pub interface: u8,
pub tds_version: u32,
pub program: String,
pub version: (u8, u8, u16),
}Expand description
The LOGINACK that says the credentials were accepted.
Fields§
§interface: u8§tds_version: u32§program: String§version: (u8, u8, u16)Trait Implementations§
impl Eq for LoginAck
impl StructuralPartialEq for LoginAck
Auto Trait Implementations§
impl Freeze for LoginAck
impl RefUnwindSafe for LoginAck
impl Send for LoginAck
impl Sync for LoginAck
impl Unpin for LoginAck
impl UnsafeUnpin for LoginAck
impl UnwindSafe for LoginAck
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