pub struct GetCertChallengeOutput {
pub challenge: Option<String>,
}Fields§
§challenge: Option<String>Implementations§
Source§impl GetCertChallengeOutput
impl GetCertChallengeOutput
pub fn new() -> GetCertChallengeOutput
Trait Implementations§
Source§impl Clone for GetCertChallengeOutput
impl Clone for GetCertChallengeOutput
Source§fn clone(&self) -> GetCertChallengeOutput
fn clone(&self) -> GetCertChallengeOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetCertChallengeOutput
impl Debug for GetCertChallengeOutput
Source§impl Default for GetCertChallengeOutput
impl Default for GetCertChallengeOutput
Source§fn default() -> GetCertChallengeOutput
fn default() -> GetCertChallengeOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCertChallengeOutput
impl<'de> Deserialize<'de> for GetCertChallengeOutput
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 GetCertChallengeOutput
impl PartialEq for GetCertChallengeOutput
Source§fn eq(&self, other: &GetCertChallengeOutput) -> bool
fn eq(&self, other: &GetCertChallengeOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetCertChallengeOutput
impl Serialize for GetCertChallengeOutput
impl StructuralPartialEq for GetCertChallengeOutput
Auto Trait Implementations§
impl Freeze for GetCertChallengeOutput
impl RefUnwindSafe for GetCertChallengeOutput
impl Send for GetCertChallengeOutput
impl Sync for GetCertChallengeOutput
impl Unpin for GetCertChallengeOutput
impl UnsafeUnpin for GetCertChallengeOutput
impl UnwindSafe for GetCertChallengeOutput
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