Struct rsass::sass::FormalArgs [] [src]

pub struct FormalArgs(_, _);

The declared arguments of a mixin or function declaration.

The arguments are ordered (so they have a position). Each argument also has a name and may have a default value.

Methods

impl FormalArgs
[src]

[src]

[src]

Trait Implementations

impl Clone for FormalArgs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FormalArgs
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FormalArgs
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for FormalArgs
[src]

impl Default for FormalArgs
[src]

[src]

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