Struct rustpython_common::format::FormatString
source · pub struct FormatString {
pub format_parts: Vec<FormatPart>,
}
Fields§
§format_parts: Vec<FormatPart>
Trait Implementations§
source§impl Debug for FormatString
impl Debug for FormatString
source§impl<'a> FromTemplate<'a> for FormatString
impl<'a> FromTemplate<'a> for FormatString
source§impl PartialEq<FormatString> for FormatString
impl PartialEq<FormatString> for FormatString
source§fn eq(&self, other: &FormatString) -> bool
fn eq(&self, other: &FormatString) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.