pub struct Trust {
pub common: Common,
pub ids: Vec<PublicId>,
pub trust: TrustLevel,
pub comment: String,
}Expand description
Body of a Trust Proof
Fields
common: Commonids: Vec<PublicId>trust: TrustLevelcomment: StringImplementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Trust
impl UnwindSafe for Trust
Blanket Implementations
Mutably borrows from an owned value. Read more
