pub struct FlowEdge {
pub stream_sink_id: u16,
pub amount: U192,
}
Expand description
Edge in the flow graph (sinkId 1 == final hop)
Fields§
§stream_sink_id: u16
§amount: U192
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowEdge
impl<'de> Deserialize<'de> for FlowEdge
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FlowEdge
impl RefUnwindSafe for FlowEdge
impl Send for FlowEdge
impl Sync for FlowEdge
impl Unpin for FlowEdge
impl UnwindSafe for FlowEdge
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