pub struct InputDescriptor { /* private fields */ }Expand description
As specified in https://identity.foundation/presentation-exchange/#input-descriptor-object. All input descriptors MUST be satisfied, unless otherwise specified by a Feature.
Implementations§
Source§impl InputDescriptor
impl InputDescriptor
pub fn id(&self) -> &String
pub fn constraints(&self) -> &Constraints
Trait Implementations§
Source§impl Clone for InputDescriptor
impl Clone for InputDescriptor
Source§fn clone(&self) -> InputDescriptor
fn clone(&self) -> InputDescriptor
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 InputDescriptor
impl Debug for InputDescriptor
Source§impl<'de> Deserialize<'de> for InputDescriptor
impl<'de> Deserialize<'de> for InputDescriptor
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 InputDescriptor
impl PartialEq for InputDescriptor
Source§impl Serialize for InputDescriptor
impl Serialize for InputDescriptor
impl StructuralPartialEq for InputDescriptor
Auto Trait Implementations§
impl Freeze for InputDescriptor
impl RefUnwindSafe for InputDescriptor
impl Send for InputDescriptor
impl Sync for InputDescriptor
impl Unpin for InputDescriptor
impl UnwindSafe for InputDescriptor
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