pub struct SeriesTree_Frameworks_Cointime_Sth_Awake {
pub supply: SeriesTree_Frameworks_Cointime_Sth_Awake_Supply,
pub cap: CentsUsdPattern3,
pub price: CentsPpmRatioSatsUsdPattern,
}Expand description
Series tree node.
Fields§
§supply: SeriesTree_Frameworks_Cointime_Sth_Awake_Supply§cap: CentsUsdPattern3§price: CentsPpmRatioSatsUsdPatternImplementations§
Source§impl SeriesTree_Frameworks_Cointime_Sth_Awake
impl SeriesTree_Frameworks_Cointime_Sth_Awake
pub fn new(client: Arc<BrkClientBase>, base_path: String) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for SeriesTree_Frameworks_Cointime_Sth_Awake
impl !UnwindSafe for SeriesTree_Frameworks_Cointime_Sth_Awake
impl Freeze for SeriesTree_Frameworks_Cointime_Sth_Awake
impl Send for SeriesTree_Frameworks_Cointime_Sth_Awake
impl Sync for SeriesTree_Frameworks_Cointime_Sth_Awake
impl Unpin for SeriesTree_Frameworks_Cointime_Sth_Awake
impl UnsafeUnpin for SeriesTree_Frameworks_Cointime_Sth_Awake
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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