Struct cvar::Pass [] [src]

pub struct Pass;

Pass through dummy.

Implements default callbacks for OnChange and OnInvoke.

Trait Implementations

impl Copy for Pass
[src]

impl Clone for Pass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pass
[src]

Formats the value using the given formatter.

impl Eq for Pass
[src]

impl PartialEq for Pass
[src]

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

This method tests for !=.

impl<T> OnChange<T> for Pass
[src]

Given the old and assigned values produces the new value. Read more

impl OnInvoke for Pass
[src]