Struct fog_pack::validator::DataChecklist [−][src]
pub struct DataChecklist<'a, T> { /* fields omitted */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for DataChecklist<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for DataChecklist<'a, T> where
T: Send,
impl<'a, T> Sync for DataChecklist<'a, T> where
T: Sync,
impl<'a, T> Unpin for DataChecklist<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for DataChecklist<'a, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self