pub struct Azure { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for Azure
impl !RefUnwindSafe for Azure
impl Send for Azure
impl Sync for Azure
impl Unpin for Azure
impl UnsafeUnpin for Azure
impl !UnwindSafe for Azure
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