Struct bee_tangle::config::TangleConfig [−][src]
pub struct TangleConfig { /* fields omitted */ }The configuration state of a tangle.
Implementations
impl TangleConfig[src]
impl TangleConfig[src]pub fn build() -> TangleConfigBuilder[src]
Begin building a new TangleConfig.
pub fn below_max_depth(&self) -> u32[src]
Get the value of below_max_depth.
Trait Implementations
impl Clone for TangleConfig[src]
impl Clone for TangleConfig[src]fn clone(&self) -> TangleConfig[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for TangleConfig
impl RefUnwindSafe for TangleConfigimpl Send for TangleConfig
impl Send for TangleConfigimpl Sync for TangleConfig
impl Sync for TangleConfigimpl Unpin for TangleConfig
impl Unpin for TangleConfigimpl UnwindSafe for TangleConfig
impl UnwindSafe for TangleConfig