pub struct BlockchainInfo {
pub liquid_tip: u32,
pub bitcoin_tip: u32,
}
Fields§
§liquid_tip: u32
§bitcoin_tip: u32
Trait Implementations§
Source§impl Debug for BlockchainInfo
impl Debug for BlockchainInfo
Source§impl Default for BlockchainInfo
impl Default for BlockchainInfo
Source§fn default() -> BlockchainInfo
fn default() -> BlockchainInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockchainInfo
impl<'de> Deserialize<'de> for BlockchainInfo
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
Source§impl IntoDart for BlockchainInfo
impl IntoDart for BlockchainInfo
Source§impl IntoIntoDart<BlockchainInfo> for BlockchainInfo
impl IntoIntoDart<BlockchainInfo> for BlockchainInfo
fn into_into_dart(self) -> BlockchainInfo
Source§impl Serialize for BlockchainInfo
impl Serialize for BlockchainInfo
impl IntoDartExceptPrimitive for BlockchainInfo
Auto Trait Implementations§
impl Freeze for BlockchainInfo
impl RefUnwindSafe for BlockchainInfo
impl Send for BlockchainInfo
impl Sync for BlockchainInfo
impl Unpin for BlockchainInfo
impl UnwindSafe for BlockchainInfo
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request