pub struct MachineCheckoutOpts {
pub ttl: Option<i64>,
pub include: Option<Vec<String>>,
}Fields§
§ttl: Option<i64>§include: Option<Vec<String>>Implementations§
Trait Implementations§
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