pub struct KeyActivateArguments {
pub ProductId: u64,
pub Key: String,
pub MachineCode: String,
pub FriendlyName: String,
pub FieldsToReturn: u8,
pub SignMethod: u8,
pub FloatingTimeInterval: u64,
pub MaxOverdraft: u64,
pub Metadata: bool,
pub OSInfo: String,
pub ModelVersion: u8,
pub v: u8,
}Expand description
Arguments used to activate a product key.
Fields§
§ProductId: u64§Key: String§MachineCode: String§FriendlyName: String§FieldsToReturn: u8§SignMethod: u8§FloatingTimeInterval: u64§MaxOverdraft: u64§Metadata: bool§OSInfo: String§ModelVersion: u8§v: u8Trait Implementations§
Source§impl Debug for KeyActivateArguments
impl Debug for KeyActivateArguments
Auto Trait Implementations§
impl Freeze for KeyActivateArguments
impl RefUnwindSafe for KeyActivateArguments
impl Send for KeyActivateArguments
impl Sync for KeyActivateArguments
impl Unpin for KeyActivateArguments
impl UnwindSafe for KeyActivateArguments
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