pub struct MachineCheckoutOpts {
pub ttl: Option<i64>,
pub include: Option<Vec<String>>,
}Fields§
§ttl: Option<i64>§include: Option<Vec<String>>Implementations§
Trait Implementations§
Source§impl Clone for MachineCheckoutOpts
impl Clone for MachineCheckoutOpts
Source§fn clone(&self) -> MachineCheckoutOpts
fn clone(&self) -> MachineCheckoutOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MachineCheckoutOpts
impl Debug for MachineCheckoutOpts
Source§impl Default for MachineCheckoutOpts
impl Default for MachineCheckoutOpts
Source§fn default() -> MachineCheckoutOpts
fn default() -> MachineCheckoutOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MachineCheckoutOpts
impl RefUnwindSafe for MachineCheckoutOpts
impl Send for MachineCheckoutOpts
impl Sync for MachineCheckoutOpts
impl Unpin for MachineCheckoutOpts
impl UnsafeUnpin 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