pub enum ProvisionMode {
Normal,
Force,
}
Expand description
Indicates the provisioning mode.
Variants§
Normal
Provision a device normally.
Force
Force the provisioning of a device and override the previous device.
Trait Implementations§
Source§impl Default for ProvisionMode
impl Default for ProvisionMode
Source§fn default() -> ProvisionMode
fn default() -> ProvisionMode
Returns the “default value” for a type. Read more
Source§impl Into<HttpMethod> for ProvisionMode
impl Into<HttpMethod> for ProvisionMode
Source§fn into(self) -> HttpMethod
fn into(self) -> HttpMethod
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ProvisionMode
impl RefUnwindSafe for ProvisionMode
impl Send for ProvisionMode
impl Sync for ProvisionMode
impl Unpin for ProvisionMode
impl UnwindSafe for ProvisionMode
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