Struct rusoto_iam::Position [] [src]

pub struct Position {
    pub column: Option<i64>,
    pub line: Option<i64>,
}

Contains the row and column of a location of a Statement element in a policy document.

This data type is used as a member of the Statement type.

Fields

The column in the line containing the specified position in the document.

The line containing the specified position in the document.

Trait Implementations

impl Default for Position
[src]

[src]

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

impl Debug for Position
[src]

[src]

Formats the value using the given formatter.

impl Clone for Position
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more