pub struct AnyInputSuiteOptions {
pub public_key_jwk: Option<Box<JWK>>,
}Expand description
Suite-specific options for all cryptographic suites.
Fields§
§public_key_jwk: Option<Box<JWK>>Implementations§
Trait Implementations§
Source§impl Clone for AnyInputSuiteOptions
impl Clone for AnyInputSuiteOptions
Source§fn clone(&self) -> AnyInputSuiteOptions
fn clone(&self) -> AnyInputSuiteOptions
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 AnyInputSuiteOptions
impl Debug for AnyInputSuiteOptions
Source§impl Default for AnyInputSuiteOptions
impl Default for AnyInputSuiteOptions
Source§fn default() -> AnyInputSuiteOptions
fn default() -> AnyInputSuiteOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnyInputSuiteOptions
impl<'de> Deserialize<'de> for AnyInputSuiteOptions
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 From<()> for AnyInputSuiteOptions
impl From<()> for AnyInputSuiteOptions
Source§impl From<AnyInputSuiteOptions> for ()
impl From<AnyInputSuiteOptions> for ()
Source§fn from(_: AnyInputSuiteOptions) -> Self
fn from(_: AnyInputSuiteOptions) -> Self
Converts to this type from the input type.
Source§impl From<AnyProofOptions> for AnyInputSuiteOptions
impl From<AnyProofOptions> for AnyInputSuiteOptions
Source§fn from(value: AnyProofOptions) -> Self
fn from(value: AnyProofOptions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AnyInputSuiteOptions
impl RefUnwindSafe for AnyInputSuiteOptions
impl Send for AnyInputSuiteOptions
impl Sync for AnyInputSuiteOptions
impl Unpin for AnyInputSuiteOptions
impl UnwindSafe for AnyInputSuiteOptions
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
Source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T> Clear for Twhere
T: InitializableFromZeroed + ?Sized,
impl<T> Clear for Twhere
T: InitializableFromZeroed + ?Sized,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'de, T, C> DeserializeTyped<'de, C> for Twhere
T: Deserialize<'de>,
impl<'de, T, C> DeserializeTyped<'de, C> for Twhere
T: Deserialize<'de>,
fn deserialize_typed<S>(
_: &C,
deserializer: S,
) -> Result<T, <S as Deserializer<'de>>::Error>where
S: Deserializer<'de>,
Source§impl<T> InitializableFromZeroed for Twhere
T: Default,
impl<T> InitializableFromZeroed for Twhere
T: Default,
Source§unsafe fn initialize(place: *mut T)
unsafe fn initialize(place: *mut T)
Called to initialize a place to a valid value, after it is set
to all-bits-zero. Read more
Source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
Source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
Source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T.