pub struct ChainMonitor { /* private fields */ }Expand description
Simple chain monitor(placeholder)
Implementations§
Auto Trait Implementations§
impl Freeze for ChainMonitor
impl RefUnwindSafe for ChainMonitor
impl Send for ChainMonitor
impl Sync for ChainMonitor
impl Unpin for ChainMonitor
impl UnsafeUnpin for ChainMonitor
impl UnwindSafe for ChainMonitor
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