Struct mysql::value::SignedDuration
[−]
[src]
pub struct SignedDuration(pub bool, pub Duration);
A way to store negativeness of mysql's time. .0 == true
means negative.