Trait hurlfmt::format::Tokenizable

source ·
pub trait Tokenizable {
    // Required method
    fn tokenize(&self) -> Vec<Token>;
}

Required Methods§

source

fn tokenize(&self) -> Vec<Token>

Implementations on Foreign Types§

source§

impl Tokenizable for BooleanOption

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Bytes

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for CertificateAttributeName

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for MultilineString

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for MultipartParam

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for NaturalOption

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for OptionKind

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for PredicateFuncValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for PredicateValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for QueryValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for RegexValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Retry

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for RetryOption

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for SectionValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for TemplateElement

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for VariableValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for JsonValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Assert

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Base64

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Body

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Capture

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Comment

source§

fn tokenize(&self) -> Vec<Token>

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for CookieAttribute

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for CookiePath

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for EncodedString

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Entry

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for EntryOption

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Expr

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for File

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for FileParam

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for FileValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Filter

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for GraphQl

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for GraphQlVariables

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Hex

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for HurlFile

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for KeyValue

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for LineTerminator

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Method

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Predicate

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for PredicateFunc

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Query

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Regex

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Request

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Response

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Section

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Status

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Template

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Text

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for VariableDefinition

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Version

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for Whitespace

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for JsonListElement

source§

fn tokenize(&self) -> Vec<Token>

source§

impl Tokenizable for JsonObjectElement

source§

fn tokenize(&self) -> Vec<Token>

Implementors§