pub struct ChannelLifecycleProjectionV1 { /* private fields */ }Implementations§
Source§impl ChannelLifecycleProjectionV1
impl ChannelLifecycleProjectionV1
pub fn proof_digest(&self) -> &str
pub fn transitions(&self) -> &[EconomicStateTransitionV1]
pub fn effect_slots(&self) -> &[EconomicEffectSlotV1]
pub fn request_replays(&self) -> &[EconomicRequestReplayV1]
pub fn operation_id(&self) -> Option<&str>
pub const fn not_after_unix_ms(&self) -> Option<u64>
Trait Implementations§
Source§impl Clone for ChannelLifecycleProjectionV1
impl Clone for ChannelLifecycleProjectionV1
Source§fn clone(&self) -> ChannelLifecycleProjectionV1
fn clone(&self) -> ChannelLifecycleProjectionV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChannelLifecycleProjectionV1
impl RefUnwindSafe for ChannelLifecycleProjectionV1
impl Send for ChannelLifecycleProjectionV1
impl Sync for ChannelLifecycleProjectionV1
impl Unpin for ChannelLifecycleProjectionV1
impl UnsafeUnpin for ChannelLifecycleProjectionV1
impl UnwindSafe for ChannelLifecycleProjectionV1
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