Struct webpki::signed_data::SubjectPublicKeyInfo
source · struct SubjectPublicKeyInfo<'a> {
algorithm_id_value: Input<'a>,
key_value: Input<'a>,
}
Fields§
§algorithm_id_value: Input<'a>
§key_value: Input<'a>
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SubjectPublicKeyInfo<'a>
impl<'a> RefUnwindSafe for SubjectPublicKeyInfo<'a>
impl<'a> Send for SubjectPublicKeyInfo<'a>
impl<'a> Sync for SubjectPublicKeyInfo<'a>
impl<'a> Unpin for SubjectPublicKeyInfo<'a>
impl<'a> UnwindSafe for SubjectPublicKeyInfo<'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