[][src]Struct notify::event::Info

pub struct Info(pub String);

Additional information on the event.

This is to be used for all Other variants of the event kind hierarchy. The variant indicates that a consumer should look into the attrs for an Info value; if that value is missing it should be considered a backend bug.

This attribute may also be present for non-Other variants of the event kind, if doing so provides useful precision. For example, the Modify(Metadata(Extended)) kind suggests using this attribute when information about what extended metadata changed is available.

This should be a short string, and changes may be considered breaking.

Trait Implementations

impl Clone for Info[src]

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

Performs copy-assignment from source. Read more

impl Eq for Info[src]

impl Default for Info[src]

impl PartialEq<Info> for Info[src]

impl Hash for Info[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Info[src]

Auto Trait Implementations

impl Sync for Info

impl Unpin for Info

impl Send for Info

impl UnwindSafe for Info

impl RefUnwindSafe for Info

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<T> Erased for T