pub struct PendingApply { /* private fields */ }Implementations§
Source§impl PendingApply
impl PendingApply
pub const fn new( base: LogAnchor, entry: LogAnchor, base_state: StateIdentityV3, target_state: StateIdentityV3, ) -> Self
pub const fn base(&self) -> LogAnchor
pub const fn entry(&self) -> LogAnchor
pub const fn base_state(&self) -> StateIdentityV3
pub const fn target_state(&self) -> StateIdentityV3
Trait Implementations§
Source§impl Clone for PendingApply
impl Clone for PendingApply
Source§fn clone(&self) -> PendingApply
fn clone(&self) -> PendingApply
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 PendingApply
impl Debug for PendingApply
Source§impl<'de> Deserialize<'de> for PendingApply
impl<'de> Deserialize<'de> for PendingApply
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 PendingApply
Source§impl PartialEq for PendingApply
impl PartialEq for PendingApply
Source§impl Serialize for PendingApply
impl Serialize for PendingApply
impl StructuralPartialEq for PendingApply
Auto Trait Implementations§
impl Freeze for PendingApply
impl RefUnwindSafe for PendingApply
impl Send for PendingApply
impl Sync for PendingApply
impl Unpin for PendingApply
impl UnsafeUnpin for PendingApply
impl UnwindSafe for PendingApply
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