pub struct TransitQuery {
pub cursor: Option<DateTime<Utc>>,
pub direction: Direction,
pub limit: NonZeroU32,
}Fields§
§cursor: Option<DateTime<Utc>>§direction: Direction§limit: NonZeroU32Auto Trait Implementations§
impl Freeze for TransitQuery
impl RefUnwindSafe for TransitQuery
impl Send for TransitQuery
impl Sync for TransitQuery
impl Unpin for TransitQuery
impl UnsafeUnpin for TransitQuery
impl UnwindSafe for TransitQuery
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more