[][src]Trait azure_sdk_core::LeaseIdOption

pub trait LeaseIdOption<'a> {
    fn lease_id(&self) -> Option<&'a LeaseId>;

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

Required methods

fn lease_id(&self) -> Option<&'a LeaseId>

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...