pub struct ConnectionStartArgs {
pub version_major: u8,
pub version_minor: u8,
pub capabilities: Option<FieldTable>,
pub properties: Option<FieldTable>,
pub mechanisms: String,
pub locales: String,
}Fields§
§version_major: u8§version_minor: u8§capabilities: Option<FieldTable>§properties: Option<FieldTable>§mechanisms: String§locales: StringImplementations§
Trait Implementations§
Source§impl Debug for ConnectionStartArgs
impl Debug for ConnectionStartArgs
Source§impl Default for ConnectionStartArgs
impl Default for ConnectionStartArgs
Source§fn default() -> ConnectionStartArgs
fn default() -> ConnectionStartArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConnectionStartArgs
impl RefUnwindSafe for ConnectionStartArgs
impl Send for ConnectionStartArgs
impl Sync for ConnectionStartArgs
impl Unpin for ConnectionStartArgs
impl UnwindSafe for ConnectionStartArgs
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