pub struct BridgeConfig {
pub memory_enabled: bool,
pub codebase_enabled: bool,
pub identity_enabled: bool,
pub contract_enabled: bool,
pub cognition_enabled: bool,
}Expand description
Configuration for which bridges are active.
Fields§
§memory_enabled: bool§codebase_enabled: bool§identity_enabled: bool§contract_enabled: bool§cognition_enabled: boolTrait Implementations§
Source§impl Clone for BridgeConfig
impl Clone for BridgeConfig
Source§fn clone(&self) -> BridgeConfig
fn clone(&self) -> BridgeConfig
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 BridgeConfig
impl Debug for BridgeConfig
Source§impl Default for BridgeConfig
impl Default for BridgeConfig
Source§fn default() -> BridgeConfig
fn default() -> BridgeConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BridgeConfig
impl RefUnwindSafe for BridgeConfig
impl Send for BridgeConfig
impl Sync for BridgeConfig
impl Unpin for BridgeConfig
impl UnsafeUnpin for BridgeConfig
impl UnwindSafe for BridgeConfig
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