Movatterモバイル変換


[0]ホーム

URL:


Docs.rs

Enumpostgres::TlsMode [][src]

pub enum TlsMode<'a> {    None,    Prefer(&'aTlsHandshake),    Require(&'aTlsHandshake),}

Specifies the TLS support requested for a new connection.

Variants

The connection will not use TLS.

The connection will use TLS if the backend supports it.

The connection must use TLS.

Trait Implementations

impl<'a>Debug forTlsMode<'a>
[src]

[src]

Formats the value using the given formatter.

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
Move up in search results
Move down in search results
Go to active search result
+
Collapse/expand all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g.fn:) to restrict the search to a given type.

Accepted types are:fn,mod,struct,enum,trait,type,macro, andconst.

Search functions by type signature (e.g.vec -> usize or* -> vec)


[8]
ページ先頭

©2009-2025 Movatter.jp