Enum floresta_wire::node::NodeNotification
source · pub enum NodeNotification {
FromPeer(u32, PeerMessages),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NodeNotification
impl Send for NodeNotification
impl Sync for NodeNotification
impl Unpin for NodeNotification
impl UnwindSafe for NodeNotification
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