Struct cvar::Pass [] [src]

pub struct Pass;

Pass through dummy.

Implements default callbacks for OnChange and OnInvoke.

Trait Implementations

impl PartialEq for Pass
[src]

fn eq(&self, __arg_0: &Pass) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for Pass
[src]

impl Debug for Pass
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Pass
[src]

fn clone(&self) -> Pass

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Pass
[src]

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

fn change(&self, _: &T, val: T) -> BoxResult<T>

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

impl OnInvoke for Pass
[src]

fn invoke(&self, _: &mut Context) -> BoxResult<()>