pub struct RouteHint(pub Vec<RouteHintHop>);Expand description
A list of hops along a payment path terminating with a channel to the recipient.
Tuple Fields§
§0: Vec<RouteHintHop>Trait Implementations§
impl Eq for RouteHint
Source§impl Ord for RouteHint
impl Ord for RouteHint
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RouteHint
impl PartialOrd for RouteHint
impl StructuralPartialEq for RouteHint
Auto Trait Implementations§
impl Freeze for RouteHint
impl RefUnwindSafe for RouteHint
impl Send for RouteHint
impl Sync for RouteHint
impl Unpin for RouteHint
impl UnsafeUnpin for RouteHint
impl UnwindSafe for RouteHint
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