Movatterモバイル変換


[0]ホーム

URL:


Docs.rs

Structpostgres::Error [][src]

pub struct Error(_);

An error communicating with the Postgres server.

Methods

implError
[src]

[src]

Returns the SQLSTATE error code associated with this error if it is a DBerror.

[src]

Returns the inner error if this is a connection parameter error.

[src]

Returns theDbError associated with this error if it is a DB error.

[src]

Returns the inner error if this is a conversion error.

[src]

Returns the innerio::Error associated with this error if it is an IOerror.

Trait Implementations

implError forError
[src]

[src]

A short description of the error.Read more

[src]

The lower-level cause of this error, if any.Read more

implFrom<Error> forError
[src]

[src]

Performs the conversion.

implDebug forError
[src]

[src]

Formats the value using the given formatter.

implDisplay forError
[src]

[src]

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