pub struct TransparencyConfig {
pub log_operator: Option<String>,
pub anchors: Vec<String>,
pub gossip: bool,
pub public_mirror_urls: Vec<String>,
}Fields§
§log_operator: Option<String>§anchors: Vec<String>§gossip: bool§public_mirror_urls: Vec<String>Trait Implementations§
Source§impl Clone for TransparencyConfig
impl Clone for TransparencyConfig
Source§fn clone(&self) -> TransparencyConfig
fn clone(&self) -> TransparencyConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TransparencyConfig
impl Debug for TransparencyConfig
Source§impl Default for TransparencyConfig
impl Default for TransparencyConfig
Source§fn default() -> TransparencyConfig
fn default() -> TransparencyConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransparencyConfig
impl<'de> Deserialize<'de> for TransparencyConfig
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
Auto Trait Implementations§
impl Freeze for TransparencyConfig
impl RefUnwindSafe for TransparencyConfig
impl Send for TransparencyConfig
impl Sync for TransparencyConfig
impl Unpin for TransparencyConfig
impl UnsafeUnpin for TransparencyConfig
impl UnwindSafe for TransparencyConfig
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