Struct keygen_rs::machine::MachineCheckoutOpts
source · pub struct MachineCheckoutOpts {
pub ttl: Option<i64>,
pub include: Option<Vec<String>>,
}Fields§
§ttl: Option<i64>§include: Option<Vec<String>>Auto Trait Implementations§
impl Freeze for MachineCheckoutOpts
impl RefUnwindSafe for MachineCheckoutOpts
impl Send for MachineCheckoutOpts
impl Sync for MachineCheckoutOpts
impl Unpin for MachineCheckoutOpts
impl UnwindSafe for MachineCheckoutOpts
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