Struct rust_install::notify::NotifyHandler [] [src]

pub struct NotifyHandler<T: ?Sized>(_);

Methods

impl<T: ?Sized> NotifyHandler<T>
[src]

fn from<F>(f: F) -> Self where Arc<F>: CoerceUnsized<Arc<T>>

fn none() -> Self

fn call<U>(&self, arg: U) where T: Fn(U)

Trait Implementations

impl<T: Debug + ?Sized> Debug for NotifyHandler<T>
[src]

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

Formats the value using the given formatter.

impl<T: ?Sized> Clone for NotifyHandler<T>
[src]

fn clone(&self) -> Self

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