Trait minidom::convert::IntoAttributeValue

source ·
pub trait IntoAttributeValue {
    // Required method
    fn into_attribute_value(self) -> Option<String>;
}
Expand description

A trait for types which can be converted to an attribute value.

Required Methods§

source

fn into_attribute_value(self) -> Option<String>

Turns this into an attribute string, or None if it shouldn’t be added.

Implementations on Foreign Types§

source§

impl IntoAttributeValue for IpAddr

source§

impl IntoAttributeValue for i8

source§

impl IntoAttributeValue for i16

source§

impl IntoAttributeValue for i32

source§

impl IntoAttributeValue for i64

source§

impl IntoAttributeValue for isize

source§

impl IntoAttributeValue for u8

source§

impl IntoAttributeValue for u16

source§

impl IntoAttributeValue for u32

source§

impl IntoAttributeValue for u64

source§

impl IntoAttributeValue for usize

source§

impl IntoAttributeValue for String

source§

impl<'a> IntoAttributeValue for &'a str

source§

impl<'a> IntoAttributeValue for &'a String

source§

impl<T: IntoAttributeValue> IntoAttributeValue for Option<T>

Implementors§

impl IntoAttributeValue for BareJid

impl IntoAttributeValue for FullJid

impl IntoAttributeValue for Jid

impl IntoAttributeValue for Autojoin

impl IntoAttributeValue for DataFormType

impl IntoAttributeValue for FieldType

impl IntoAttributeValue for Datatype

impl IntoAttributeValue for Action

impl IntoAttributeValue for Restricted

impl IntoAttributeValue for Transport

impl IntoAttributeValue for Type

impl IntoAttributeValue for Tls0Rtt

impl IntoAttributeValue for Algo

impl IntoAttributeValue for Stanza

impl IntoAttributeValue for Action

impl IntoAttributeValue for Creator

impl IntoAttributeValue for Disposition

impl IntoAttributeValue for Senders

impl IntoAttributeValue for Setup

impl IntoAttributeValue for Semantics

impl IntoAttributeValue for Type

impl IntoAttributeValue for Senders

impl IntoAttributeValue for Mode

impl IntoAttributeValue for Type

impl IntoAttributeValue for Semantics

impl IntoAttributeValue for IsPreKey

impl IntoAttributeValue for Complete

impl IntoAttributeValue for DefaultPrefs

impl IntoAttributeValue for MessageType

impl IntoAttributeValue for Affiliation

impl IntoAttributeValue for Role

impl IntoAttributeValue for Type

impl IntoAttributeValue for AffiliationAttribute

impl IntoAttributeValue for Subscription

impl IntoAttributeValue for Notify

impl IntoAttributeValue for Ask

impl IntoAttributeValue for Subscription

impl IntoAttributeValue for Event

impl IntoAttributeValue for Mechanism

impl IntoAttributeValue for ResumeAttr

impl IntoAttributeValue for ErrorType

impl IntoAttributeValue for ContentId

impl IntoAttributeValue for DateTime

impl IntoAttributeValue for Sha1HexAttribute

impl IntoAttributeValue for StreamId

impl IntoAttributeValue for ContentId

impl IntoAttributeValue for SessionId

impl IntoAttributeValue for Desc

impl IntoAttributeValue for Channels

impl IntoAttributeValue for CandidateId

impl IntoAttributeValue for StreamId

impl IntoAttributeValue for QueryId

impl IntoAttributeValue for ChannelId

impl IntoAttributeValue for ParticipantId

impl IntoAttributeValue for ItemId

impl IntoAttributeValue for NodeName

impl IntoAttributeValue for SubscriptionId

impl IntoAttributeValue for Num

impl IntoAttributeValue for StreamId

impl<'a> IntoAttributeValue for &'a IqType