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 Freeze for PeerEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)