pub struct PactusBlockchain;Expand description
Pactus Blockchain Implementation
Trait Implementations§
Source§impl Blockchain for PactusBlockchain
impl Blockchain for PactusBlockchain
Auto Trait Implementations§
impl Freeze for PactusBlockchain
impl RefUnwindSafe for PactusBlockchain
impl Send for PactusBlockchain
impl Sync for PactusBlockchain
impl Unpin for PactusBlockchain
impl UnwindSafe for PactusBlockchain
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