pub struct ParamText(/* private fields */);Expand description
A paramtext value as defined by RFC 5545 §3.1.
paramtext = *SAFE-CHARThis is the unquoted form of a property parameter value. The quoted form (QSAFE-CHAR) allows
additional characters like :, ;, and ,.
Implementations§
Trait Implementations§
Source§impl AsMut<ParamText> for ParamTextBuf
impl AsMut<ParamText> for ParamTextBuf
Source§impl AsRef<ParamText> for ParamTextBuf
impl AsRef<ParamText> for ParamTextBuf
Source§impl Borrow<ParamText> for ParamTextBuf
impl Borrow<ParamText> for ParamTextBuf
Source§impl From<&ParamText> for ParamTextBuf
impl From<&ParamText> for ParamTextBuf
Source§impl From<&mut ParamText> for ParamTextBuf
impl From<&mut ParamText> for ParamTextBuf
Source§impl From<ParamTextBuf> for Box<ParamText>
impl From<ParamTextBuf> for Box<ParamText>
Source§fn from(value: ParamTextBuf) -> Self
fn from(value: ParamTextBuf) -> Self
Converts to this type from the input type.
Source§impl PartialOrd for ParamText
impl PartialOrd for ParamText
Source§impl ToOwned for ParamText
impl ToOwned for ParamText
Source§type Owned = ParamTextBuf
type Owned = ParamTextBuf
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · Source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more