pub struct SchemaChangeProgress { /* private fields */ }Expand description
SchemaChangeProgress
Durable application receipt paired with one derived bounded progress result.
Implementations§
Source§impl SchemaChangeProgress
impl SchemaChangeProgress
Sourcepub const fn receipt(&self) -> &SchemaChangeReceipt
pub const fn receipt(&self) -> &SchemaChangeReceipt
Borrow the durable application receipt after this continuation.
Sourcepub const fn status(&self) -> &SchemaChangeProgressStatus
pub const fn status(&self) -> &SchemaChangeProgressStatus
Borrow the bounded progress result.
Trait Implementations§
Source§impl CandidType for SchemaChangeProgress
impl CandidType for SchemaChangeProgress
Source§impl Clone for SchemaChangeProgress
impl Clone for SchemaChangeProgress
Source§fn clone(&self) -> SchemaChangeProgress
fn clone(&self) -> SchemaChangeProgress
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 moreSource§impl Debug for SchemaChangeProgress
impl Debug for SchemaChangeProgress
Source§impl<'de> Deserialize<'de> for SchemaChangeProgress
impl<'de> Deserialize<'de> for SchemaChangeProgress
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
impl Eq for SchemaChangeProgress
Source§impl PartialEq for SchemaChangeProgress
impl PartialEq for SchemaChangeProgress
impl StructuralPartialEq for SchemaChangeProgress
Auto Trait Implementations§
impl Freeze for SchemaChangeProgress
impl RefUnwindSafe for SchemaChangeProgress
impl Send for SchemaChangeProgress
impl Sync for SchemaChangeProgress
impl Unpin for SchemaChangeProgress
impl UnsafeUnpin for SchemaChangeProgress
impl UnwindSafe for SchemaChangeProgress
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