pub struct Transparency {
pub root: Vec<u8>,
pub proof: Vec<u8>,
}Expand description
Transparency log proof bundle (RFC 6962-style).
Fields§
§root: Vec<u8>§proof: Vec<u8>Trait Implementations§
Source§impl Clone for Transparency
impl Clone for Transparency
Source§fn clone(&self) -> Transparency
fn clone(&self) -> Transparency
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Transparency
impl Debug for Transparency
Source§impl<'de> Deserialize<'de> for Transparency
impl<'de> Deserialize<'de> for Transparency
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
Source§impl PartialEq for Transparency
impl PartialEq for Transparency
Source§impl Serialize for Transparency
impl Serialize for Transparency
impl Eq for Transparency
impl StructuralPartialEq for Transparency
Auto Trait Implementations§
impl Freeze for Transparency
impl RefUnwindSafe for Transparency
impl Send for Transparency
impl Sync for Transparency
impl Unpin for Transparency
impl UnwindSafe for Transparency
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