pub struct Ssi {
pub pk: SsiPub,
pub uids: BTreeSet<Uid>,
pub expiry: Option<DateTime<Utc>>,
pub sig: SsiSig,
}Fields§
§pk: SsiPub§uids: BTreeSet<Uid>§expiry: Option<DateTime<Utc>>§sig: SsiSigImplementations§
Trait Implementations§
impl Eq for Ssi
impl StructuralPartialEq for Ssi
Auto Trait Implementations§
impl Freeze for Ssi
impl RefUnwindSafe for Ssi
impl Send for Ssi
impl Sync for Ssi
impl Unpin for Ssi
impl UnwindSafe for Ssi
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