Struct binjs_meta::spec::IsNullable[][src]

pub struct IsNullable<T> {
    pub is_nullable: bool,
    pub content: T,
}

Fields

Trait Implementations

impl<T: Debug> Debug for IsNullable<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for IsNullable<T> where
    T: Send

impl<T> Sync for IsNullable<T> where
    T: Sync