ChangeInterface

Trait ChangeInterface 

Source
pub trait ChangeInterface
where Self: Debug,
{ // Provided method fn add_to<C: ChangerInterface>(self, changer: &mut C) -> &mut C where Self: Sized + 'static { ... } }
Expand description

Context.

Provided Methods§

Source

fn add_to<C: ChangerInterface>(self, changer: &mut C) -> &mut C
where Self: Sized + 'static,

Add change to queue of events.

Trait Implementations§

Source§

impl<'c> Clone for Box<dyn ChangeInterface + 'c>
where Self: Debug,

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl<'c> Clone for Box<dyn ChangeInterface + Send + 'c>
where Self: Debug,

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl<'c> Clone for Box<dyn ChangeInterface + Send + Sync + 'c>
where Self: Debug,

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl<'c> Clone for Box<dyn ChangeInterface + Sync + 'c>
where Self: Debug,

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more

Implementors§