pub struct SeriesTree_Addrs {
pub raw: SeriesTree_Addrs_Raw,
pub indexes: SeriesTree_Addrs_Indexes,
pub data: SeriesTree_Addrs_Data,
pub funded: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern3,
pub empty: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern3,
pub activity: SeriesTree_Addrs_Activity,
pub total: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern3,
pub new: SeriesTree_Addrs_New,
pub delta: SeriesTree_Addrs_Delta,
}Expand description
Series tree node.
Fields§
§raw: SeriesTree_Addrs_Raw§indexes: SeriesTree_Addrs_Indexes§data: SeriesTree_Addrs_Data§funded: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern3§empty: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern3§activity: SeriesTree_Addrs_Activity§total: AllP2aP2pk33P2pk65P2pkhP2shP2trP2wpkhP2wshPattern3§new: SeriesTree_Addrs_New§delta: SeriesTree_Addrs_DeltaImplementations§
Source§impl SeriesTree_Addrs
impl SeriesTree_Addrs
pub fn new(client: Arc<BrkClientBase>, base_path: String) -> Self
Auto Trait Implementations§
impl Freeze for SeriesTree_Addrs
impl !RefUnwindSafe for SeriesTree_Addrs
impl Send for SeriesTree_Addrs
impl Sync for SeriesTree_Addrs
impl Unpin for SeriesTree_Addrs
impl UnsafeUnpin for SeriesTree_Addrs
impl !UnwindSafe for SeriesTree_Addrs
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more