[][src]Trait azure_sdk_core::ProposedLeaseIdRequired

pub trait ProposedLeaseIdRequired<'a> {
    fn proposed_lease_id(&self) -> &'a LeaseId;

#[must_use]    fn add_header(&self, builder: Builder) -> Builder { ... }
}

Required methods

fn proposed_lease_id(&self) -> &'a LeaseId

Loading content...

Provided methods

#[must_use]fn add_header(&self, builder: Builder) -> Builder

Loading content...

Implementors

Loading content...