pub struct ProvisioningApi<'a, V> { /* private fields */ }
Expand description
Provisioning section of the devices API.
Implementations§
Source§impl<'a, V> ProvisioningApi<'a, V>
impl<'a, V> ProvisioningApi<'a, V>
Sourcepub fn new(client: &'a SdkClient, api_config: &'a ProvisioningApiConfig) -> Self
pub fn new(client: &'a SdkClient, api_config: &'a ProvisioningApiConfig) -> Self
Create a new interface for the Provisioning API.
Source§impl ProvisioningApi<'_, V2>
impl ProvisioningApi<'_, V2>
Auto Trait Implementations§
impl<'a, V> Freeze for ProvisioningApi<'a, V>
impl<'a, V> !RefUnwindSafe for ProvisioningApi<'a, V>
impl<'a, V> Send for ProvisioningApi<'a, V>
impl<'a, V> Sync for ProvisioningApi<'a, V>
impl<'a, V> Unpin for ProvisioningApi<'a, V>
impl<'a, V> !UnwindSafe for ProvisioningApi<'a, V>
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