Enum ruma_client_api::r0::message::get_message_events::Direction [−][src]
pub enum Direction {
Backward,
Forward,
}Expand description
The direction to return events from.
Variants
Return events backwards in time from the requested from token.
Return events forwards in time from the requested from token.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Directionimpl UnwindSafe for DirectionBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more