pub struct HmacGetSecretOutput {
pub output1: Base64UrlSafeData,
pub output2: Option<Base64UrlSafeData>,
}Expand description
The response to a hmac get secret request.
Fields§
§output1: Base64UrlSafeDataOutput of HMAC(Salt 1 || Client Secret)
output2: Option<Base64UrlSafeData>Output of HMAC(Salt 2 || Client Secret)
Trait Implementations§
Source§impl Clone for HmacGetSecretOutput
impl Clone for HmacGetSecretOutput
Source§fn clone(&self) -> HmacGetSecretOutput
fn clone(&self) -> HmacGetSecretOutput
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 HmacGetSecretOutput
impl Debug for HmacGetSecretOutput
Source§impl<'de> Deserialize<'de> for HmacGetSecretOutput
impl<'de> Deserialize<'de> for HmacGetSecretOutput
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<HmacGetSecretOutput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<HmacGetSecretOutput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HmacGetSecretOutput
impl PartialEq for HmacGetSecretOutput
Source§impl Serialize for HmacGetSecretOutput
impl Serialize for HmacGetSecretOutput
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for HmacGetSecretOutput
impl StructuralPartialEq for HmacGetSecretOutput
Auto Trait Implementations§
impl Freeze for HmacGetSecretOutput
impl RefUnwindSafe for HmacGetSecretOutput
impl Send for HmacGetSecretOutput
impl Sync for HmacGetSecretOutput
impl Unpin for HmacGetSecretOutput
impl UnwindSafe for HmacGetSecretOutput
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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