pub struct SsiPair {
pub pk: SsiPub,
pub sk: SsiSecret,
pub expiry: Option<DateTime<Utc>>,
}Fields§
§pk: SsiPub§sk: SsiSecret§expiry: Option<DateTime<Utc>>Implementations§
Trait Implementations§
impl Eq for SsiPair
impl StructuralPartialEq for SsiPair
Auto Trait Implementations§
impl Freeze for SsiPair
impl RefUnwindSafe for SsiPair
impl Send for SsiPair
impl Sync for SsiPair
impl Unpin for SsiPair
impl UnwindSafe for SsiPair
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