Struct floresta_wire::node::NodeCommon
source · pub struct NodeCommon<Chain: BlockchainInterface + UpdatableChainstate> { /* private fields */ }
Auto Trait Implementations§
impl<Chain> !RefUnwindSafe for NodeCommon<Chain>
impl<Chain> Send for NodeCommon<Chain>where Chain: Send,
impl<Chain> Sync for NodeCommon<Chain>where Chain: Sync,
impl<Chain> Unpin for NodeCommon<Chain>where Chain: Unpin,
impl<Chain> !UnwindSafe for NodeCommon<Chain>
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