pub struct ProposedLeaseId(/* private fields */);
Available on crate feature
export-azure
only.Trait Implementations§
Source§impl Clone for ProposedLeaseId
impl Clone for ProposedLeaseId
Source§fn clone(&self) -> ProposedLeaseId
fn clone(&self) -> ProposedLeaseId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProposedLeaseId
impl Debug for ProposedLeaseId
Source§impl From<LeaseId> for ProposedLeaseId
impl From<LeaseId> for ProposedLeaseId
Source§fn from(lease_id: LeaseId) -> ProposedLeaseId
fn from(lease_id: LeaseId) -> ProposedLeaseId
Converts to this type from the input type.
Source§impl Header for ProposedLeaseId
impl Header for ProposedLeaseId
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
impl Copy for ProposedLeaseId
Auto Trait Implementations§
impl Freeze for ProposedLeaseId
impl RefUnwindSafe for ProposedLeaseId
impl Send for ProposedLeaseId
impl Sync for ProposedLeaseId
impl Unpin for ProposedLeaseId
impl UnwindSafe for ProposedLeaseId
Blanket Implementations§
Source§impl<T> AsHeaders for Twhere
T: Header,
impl<T> AsHeaders for Twhere
T: Header,
type Iter = IntoIter<(HeaderName, HeaderValue)>
fn as_headers(&self) -> <T as AsHeaders>::Iter
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more