pub struct ResourceGraphOps<'a> { /* private fields */ }Expand description
Raw HTTP operations for the Azure Resource Graph 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::resource_graph::ResourceGraphClient] instead.
Auto Trait Implementations§
impl<'a> Freeze for ResourceGraphOps<'a>
impl<'a> !RefUnwindSafe for ResourceGraphOps<'a>
impl<'a> Send for ResourceGraphOps<'a>
impl<'a> Sync for ResourceGraphOps<'a>
impl<'a> Unpin for ResourceGraphOps<'a>
impl<'a> UnsafeUnpin for ResourceGraphOps<'a>
impl<'a> !UnwindSafe for ResourceGraphOps<'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