pub enum NnrpClientEvent {
Result(NnrpResult),
ResultDrop {
frame_id: u32,
},
FlowUpdate(FlowUpdateMetadata),
}Variants§
Trait Implementations§
Source§impl Clone for NnrpClientEvent
impl Clone for NnrpClientEvent
Source§fn clone(&self) -> NnrpClientEvent
fn clone(&self) -> NnrpClientEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NnrpClientEvent
impl Debug for NnrpClientEvent
Source§impl PartialEq for NnrpClientEvent
impl PartialEq for NnrpClientEvent
Source§fn eq(&self, other: &NnrpClientEvent) -> bool
fn eq(&self, other: &NnrpClientEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NnrpClientEvent
impl StructuralPartialEq for NnrpClientEvent
Auto Trait Implementations§
impl Freeze for NnrpClientEvent
impl RefUnwindSafe for NnrpClientEvent
impl Send for NnrpClientEvent
impl Sync for NnrpClientEvent
impl Unpin for NnrpClientEvent
impl UnsafeUnpin for NnrpClientEvent
impl UnwindSafe for NnrpClientEvent
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