pub struct TrustRoot {
pub name: String,
pub key_id: String,
pub fingerprint: String,
pub key_url: String,
}Expand description
One [[publisher]] entry in trust-roots.toml.
Fields§
§name: String§key_id: String§fingerprint: String§key_url: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for TrustRoot
impl<'de> Deserialize<'de> for TrustRoot
Source§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
impl Eq for TrustRoot
impl StructuralPartialEq for TrustRoot
Auto Trait Implementations§
impl Freeze for TrustRoot
impl RefUnwindSafe for TrustRoot
impl Send for TrustRoot
impl Sync for TrustRoot
impl Unpin for TrustRoot
impl UnsafeUnpin for TrustRoot
impl UnwindSafe for TrustRoot
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