Enum xmpp_parsers::jingle::Disposition
source · 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 moresource§impl Debug for Disposition
impl Debug for Disposition
source§impl Default for Disposition
impl Default for Disposition
source§fn default() -> Disposition
fn default() -> Disposition
source§impl FromStr for Disposition
impl FromStr for Disposition
source§impl FromXmlText for Disposition
impl FromXmlText for Disposition
source§fn from_xml_text(s: String) -> Result<Disposition, Error>
fn from_xml_text(s: String) -> Result<Disposition, Error>
source§impl IntoAttributeValue for Disposition
impl IntoAttributeValue for Disposition
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
source§impl PartialEq for Disposition
impl PartialEq for Disposition
source§fn eq(&self, other: &Disposition) -> bool
fn eq(&self, other: &Disposition) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Disposition
Auto Trait Implementations§
impl Freeze for Disposition
impl RefUnwindSafe for Disposition
impl Send for Disposition
impl Sync for Disposition
impl Unpin for Disposition
impl UnwindSafe for Disposition
Blanket Implementations§
§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)