pub struct LeafNodeTBS<'a> {
pub encryption_key: HpkePublicKeyRef<'a>,
pub signature_key: SignaturePublicKeyRef<'a>,
pub credential: &'a Credential,
pub capabilities: &'a Capabilities,
pub source: &'a LeafNodeSource,
pub extensions: &'a Vec<Extension>,
pub member_info: Option<LeafNodeMemberInfo<'a>>,
}
Fields§
§encryption_key: HpkePublicKeyRef<'a>
§signature_key: SignaturePublicKeyRef<'a>
§credential: &'a Credential
§capabilities: &'a Capabilities
§source: &'a LeafNodeSource
§extensions: &'a Vec<Extension>
§member_info: Option<LeafNodeMemberInfo<'a>>
Trait Implementations§
Source§impl<'a> Debug for LeafNodeTBS<'a>
impl<'a> Debug for LeafNodeTBS<'a>
Source§impl<'a> PartialEq for LeafNodeTBS<'a>
impl<'a> PartialEq for LeafNodeTBS<'a>
Source§impl Serialize for LeafNodeTBS<'_>
impl Serialize for LeafNodeTBS<'_>
Source§impl Size for LeafNodeTBS<'_>
impl Size for LeafNodeTBS<'_>
fn tls_serialized_len(&self) -> usize
impl<'a> Eq for LeafNodeTBS<'a>
impl<'a> StructuralPartialEq for LeafNodeTBS<'a>
Auto Trait Implementations§
impl<'a> Freeze for LeafNodeTBS<'a>
impl<'a> RefUnwindSafe for LeafNodeTBS<'a>
impl<'a> Send for LeafNodeTBS<'a>
impl<'a> Sync for LeafNodeTBS<'a>
impl<'a> Unpin for LeafNodeTBS<'a>
impl<'a> UnwindSafe for LeafNodeTBS<'a>
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