pub struct SubscriptionsOps<'a> { /* private fields */ }Expand description
Raw HTTP operations for the Azure Subscriptions API.
These methods encode the correct URL paths, HTTP methods, and
parameter ordering from the Azure ARM REST Specification.
They are pub(crate) — use the ergonomic wrappers in
[super::subscriptions::SubscriptionsClient] instead.
Auto Trait Implementations§
impl<'a> Freeze for SubscriptionsOps<'a>
impl<'a> !RefUnwindSafe for SubscriptionsOps<'a>
impl<'a> Send for SubscriptionsOps<'a>
impl<'a> Sync for SubscriptionsOps<'a>
impl<'a> Unpin for SubscriptionsOps<'a>
impl<'a> UnsafeUnpin for SubscriptionsOps<'a>
impl<'a> !UnwindSafe for SubscriptionsOps<'a>
Blanket Implementations§
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