pub enum Disposition {
Show 16 variants
Inline,
Attachment,
FormData,
Signal,
Alert,
Icon,
Render,
RecipientListHistory,
Session,
Aib,
EarlySession,
RecipientList,
Notification,
ByReference,
InfoPackage,
RecordingSession,
}
Expand description
How the content definition is to be interpreted by the recipient. The meaning of this attribute matches the “Content-Disposition” header as defined in RFC 2183 and applied to SIP by RFC 3261.
Possible values are defined here: https://www.iana.org/assignments/cont-disp/cont-disp.xhtml
Variants§
Inline
Displayed automatically.
Attachment
User controlled display.
FormData
Process as form response.
Signal
Tunneled content to be processed silently.
Alert
The body is a custom ring tone to alert the user.
Icon
The body is displayed as an icon to the user.
Render
The body should be displayed to the user.
RecipientListHistory
The body contains a list of URIs that indicates the recipients of the request.
Session
The body describes a communications session, for example, an RFC2327 SDP body.
Aib
Authenticated Identity Body.
EarlySession
The body describes an early communications session, for example, and RFC2327 SDP body.
RecipientList
The body includes a list of URIs to which URI-list services are to be applied.
Notification
The payload of the message carrying this Content-Disposition header field value is an Instant Message Disposition Notification as requested in the corresponding Instant Message.
ByReference
The body needs to be handled according to a reference to the body that is located in the same SIP message as the body.
InfoPackage
The body contains information associated with an Info Package.
RecordingSession
The body describes either metadata about the RS or the reason for the metadata snapshot request as determined by the MIME value indicated in the Content-Type.
Trait Implementations§
Source§impl AsXmlText for Disposition
impl AsXmlText for Disposition
Source§impl Clone for Disposition
impl Clone for Disposition
Source§fn clone(&self) -> Disposition
fn clone(&self) -> Disposition
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more