Struct fedimint_cln_rpc::primitives::RoutehintList
source · pub struct RoutehintList {
pub hints: Vec<Routehint>,
}
Fields§
§hints: Vec<Routehint>
Trait Implementations§
source§impl Clone for RoutehintList
impl Clone for RoutehintList
source§fn clone(&self) -> RoutehintList
fn clone(&self) -> RoutehintList
Returns a copy of the value. Read more
1.0.0 · 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 RoutehintList
impl Debug for RoutehintList
source§impl<'de> Deserialize<'de> for RoutehintList
impl<'de> Deserialize<'de> for RoutehintList
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 RefUnwindSafe for RoutehintList
impl Send for RoutehintList
impl Sync for RoutehintList
impl Unpin for RoutehintList
impl UnwindSafe for RoutehintList
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