[][src]Trait azure_sdk_core::ClientRequestIdOption

pub trait ClientRequestIdOption<'a> {
    fn client_request_id(&self) -> Option<&'a str>;

    fn add_header(&self, builder: &mut Builder) { ... }
}

Required methods

fn client_request_id(&self) -> Option<&'a str>

Loading content...

Provided methods

fn add_header(&self, builder: &mut Builder)

Loading content...

Implementors

Loading content...