pub struct CreateOpts {
pub reusable: Option<bool>,
pub ephemeral: Option<bool>,
pub preauthorized: Option<bool>,
pub tags: Option<Vec<String>>,
}
Expand description
Example subfields that can be used when creating a device auth key.
Fields§
§reusable: Option<bool>
§ephemeral: Option<bool>
Trait Implementations§
Source§impl Debug for CreateOpts
impl Debug for CreateOpts
Auto Trait Implementations§
impl Freeze for CreateOpts
impl RefUnwindSafe for CreateOpts
impl Send for CreateOpts
impl Sync for CreateOpts
impl Unpin for CreateOpts
impl UnwindSafe for CreateOpts
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