Struct slurm::JobFiltersOwned [] [src]

pub struct JobFiltersOwned(_);

An owned version of JobFilters

Methods from Deref<Target = JobFilters>

[src]

[src]

[src]

Add a filter on the earliest job "usage time".

TODO: what is "usage time" really?

[src]

Access the list of user ID numbers that will match this set of filters.

Note that this list should consist of textual representations of numeric user IDs. Yes, it's silly.

[src]

Mutably access the list of user ID numbers that will match this set of filters.

Trait Implementations

impl Debug for JobFiltersOwned
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for JobFiltersOwned
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for JobFiltersOwned
[src]

[src]

Mutably dereferences the value.

impl Drop for JobFiltersOwned
[src]

[src]

Executes the destructor for this type. Read more

impl Default for JobFiltersOwned
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations