pub struct SdJwtDisclosure {
pub disclosure: Vec<u8>,
}
Available on crate feature
draft-mahy-mls-sd-cwt-credential
only.Fields§
§disclosure: Vec<u8>
Trait Implementations§
Source§impl Clone for SdJwtDisclosure
impl Clone for SdJwtDisclosure
Source§fn clone(&self) -> SdJwtDisclosure
fn clone(&self) -> SdJwtDisclosure
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 SdJwtDisclosure
impl Debug for SdJwtDisclosure
Source§impl<'de> Deserialize<'de> for SdJwtDisclosure
impl<'de> Deserialize<'de> for SdJwtDisclosure
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 Deserialize for SdJwtDisclosure
impl Deserialize for SdJwtDisclosure
Source§fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read moreSource§impl Hash for SdJwtDisclosure
impl Hash for SdJwtDisclosure
Source§impl PartialEq for SdJwtDisclosure
impl PartialEq for SdJwtDisclosure
Source§impl Serialize for &SdJwtDisclosure
impl Serialize for &SdJwtDisclosure
Source§impl Serialize for SdJwtDisclosure
impl Serialize for SdJwtDisclosure
Source§impl Serialize for SdJwtDisclosure
impl Serialize for SdJwtDisclosure
Source§impl Size for &SdJwtDisclosure
impl Size for &SdJwtDisclosure
fn tls_serialized_len(&self) -> usize
Source§impl Size for SdJwtDisclosure
impl Size for SdJwtDisclosure
fn tls_serialized_len(&self) -> usize
impl Eq for SdJwtDisclosure
impl StructuralPartialEq for SdJwtDisclosure
Auto Trait Implementations§
impl Freeze for SdJwtDisclosure
impl RefUnwindSafe for SdJwtDisclosure
impl Send for SdJwtDisclosure
impl Sync for SdJwtDisclosure
impl Unpin for SdJwtDisclosure
impl UnwindSafe for SdJwtDisclosure
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