Struct ruma_client_api::r0::config::set_room_account_data::IncomingRequest[][src]

pub struct IncomingRequest {
    pub data: Box<RawJsonValue>,
    pub event_type: String,
    pub room_id: RoomId,
    pub user_id: UserId,
}
Expand description

‘Incoming’ variant of Request.

Fields

data: Box<RawJsonValue>

Arbitrary JSON to store as config data.

To create a RawJsonValue, use serde_json::value::to_raw_value.

event_type: String

The event type of the account_data to set.

Custom types should be namespaced to avoid clashes.

room_id: RoomId

The ID of the room to set account_data on.

user_id: UserId

The ID of the user to set account_data for.

The access token must be authorized to make requests for this user ID.

Trait Implementations

Formats the value using the given formatter. Read more

A type capturing the error conditions that can be returned in the response.

Response type to return when the request is successful.

Metadata about the endpoint.

Tries to turn the given http::Request into this request type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.