pub struct azure_ops_t { /* private fields */ }Expand description
Opaque type for Azure operations vtable (defined in azure_client.h)
Auto Trait Implementations§
impl Freeze for azure_ops_t
impl RefUnwindSafe for azure_ops_t
impl Send for azure_ops_t
impl Sync for azure_ops_t
impl Unpin for azure_ops_t
impl UnsafeUnpin for azure_ops_t
impl UnwindSafe for azure_ops_t
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