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§
Source§impl Ord for RouteHint
impl Ord for RouteHint
Source§impl PartialOrd for RouteHint
impl PartialOrd for RouteHint
impl Eq 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 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