pub struct LogKeyId(/* private fields */);Expand description
Transparency log key ID
Base64-encoded identifier for a transparency log (typically SHA-256 of public key).
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogKeyId
impl<'de> Deserialize<'de> for LogKeyId
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 LogKeyId
impl StructuralPartialEq for LogKeyId
Auto Trait Implementations§
impl Freeze for LogKeyId
impl RefUnwindSafe for LogKeyId
impl Send for LogKeyId
impl Sync for LogKeyId
impl Unpin for LogKeyId
impl UnsafeUnpin for LogKeyId
impl UnwindSafe for LogKeyId
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