Enum chik_client::PeerEvent
source · pub enum PeerEvent {
CoinStateUpdate(CoinStateUpdate),
NewPeakWallet(NewPeakWallet),
}Variants§
CoinStateUpdate(CoinStateUpdate)
NewPeakWallet(NewPeakWallet)
Trait Implementations§
source§impl PartialEq for PeerEvent
impl PartialEq for PeerEvent
impl Eq for PeerEvent
impl StructuralPartialEq for PeerEvent
Auto Trait Implementations§
impl RefUnwindSafe for PeerEvent
impl Send for PeerEvent
impl Sync for PeerEvent
impl Unpin for PeerEvent
impl UnwindSafe for PeerEvent
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