MaybeNone

Trait MaybeNone 

Source
pub trait MaybeNone {
    // Required method
    fn is_none(&self) -> bool;
}
Expand description

This is implemented on the “Partial” struct. Provides a method to check whether all fields are None.

Required Methods§

Source

fn is_none(&self) -> bool

Check if all fields are None.

Implementors§