pub struct DecodedEntry {
pub leaf: MerkleTreeLeaf,
pub extra_data: DecodedEntryInner,
pub raw_leaf: Vec<u8>,
}Expand description
A structure representing a log entry (parsed from the response of /ct/v1/get-entries).
Fields§
§leaf: MerkleTreeLeaf§extra_data: DecodedEntryInner§raw_leaf: Vec<u8>Trait Implementations§
Source§impl Debug for DecodedEntry
impl Debug for DecodedEntry
Source§impl TryFrom<&Entry> for DecodedEntry
impl TryFrom<&Entry> for DecodedEntry
Source§type Error = CtLogError
type Error = CtLogError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for DecodedEntry
impl RefUnwindSafe for DecodedEntry
impl Send for DecodedEntry
impl Sync for DecodedEntry
impl Unpin for DecodedEntry
impl UnsafeUnpin for DecodedEntry
impl UnwindSafe for DecodedEntry
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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