pub struct GetJobUnlockCodeResult {
pub unlock_code: Option<String>,
}Fields§
§unlock_code: Option<String>The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.
Trait Implementations§
Source§impl Clone for GetJobUnlockCodeResult
impl Clone for GetJobUnlockCodeResult
Source§fn clone(&self) -> GetJobUnlockCodeResult
fn clone(&self) -> GetJobUnlockCodeResult
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 GetJobUnlockCodeResult
impl Debug for GetJobUnlockCodeResult
Source§impl Default for GetJobUnlockCodeResult
impl Default for GetJobUnlockCodeResult
Source§fn default() -> GetJobUnlockCodeResult
fn default() -> GetJobUnlockCodeResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetJobUnlockCodeResult
impl<'de> Deserialize<'de> for GetJobUnlockCodeResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetJobUnlockCodeResult
impl PartialEq for GetJobUnlockCodeResult
impl StructuralPartialEq for GetJobUnlockCodeResult
Auto Trait Implementations§
impl Freeze for GetJobUnlockCodeResult
impl RefUnwindSafe for GetJobUnlockCodeResult
impl Send for GetJobUnlockCodeResult
impl Sync for GetJobUnlockCodeResult
impl Unpin for GetJobUnlockCodeResult
impl UnwindSafe for GetJobUnlockCodeResult
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