Struct stripe::RangeBounds[][src]

pub struct RangeBounds<T> {
    pub gt: Option<T>,
    pub gte: Option<T>,
    pub lt: Option<T>,
    pub lte: Option<T>,
}

Fields

Trait Implementations

impl<T> Default for RangeBounds<T>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

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

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