Struct slurm::DatabaseConnectionOwned [] [src]

pub struct DatabaseConnectionOwned(_);

An owned version of DatabaseConnection.

Methods

impl DatabaseConnectionOwned
[src]

[src]

Connect to the Slurm database.

Methods from Deref<Target = DatabaseConnection>

[src]

Query for information about jobs.

Trait Implementations

impl Debug for DatabaseConnectionOwned
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for DatabaseConnectionOwned
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for DatabaseConnectionOwned
[src]

[src]

Mutably dereferences the value.

impl Drop for DatabaseConnectionOwned
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations