[][src]Struct yara::Metadata

pub struct Metadata<'r> {
    pub identifier: &'r str,
    pub value: MetadataValue<'r>,
}

Metadata specified in a rule.

Fields

identifier: &'r strvalue: MetadataValue<'r>

Trait Implementations

impl<'r> Debug for Metadata<'r>[src]

impl<'r> Eq for Metadata<'r>[src]

impl<'a> From<&'a YR_META> for Metadata<'a>[src]

impl<'r> PartialEq<Metadata<'r>> for Metadata<'r>[src]

impl<'r> StructuralEq for Metadata<'r>[src]

impl<'r> StructuralPartialEq for Metadata<'r>[src]

Auto Trait Implementations

impl<'r> RefUnwindSafe for Metadata<'r>

impl<'r> Send for Metadata<'r>

impl<'r> Sync for Metadata<'r>

impl<'r> Unpin for Metadata<'r>

impl<'r> UnwindSafe for Metadata<'r>

Blanket Implementations

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

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

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

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

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

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.