pub struct PluginRootChangePublication { /* private fields */ }Expand description
Evidence returned after one coordinated Plugin Root transaction commits.
Implementations§
Source§impl PluginRootChangePublication
impl PluginRootChangePublication
pub const fn schema(&self) -> &str
pub const fn base_revision(&self) -> &PluginRootRevision
pub const fn revision(&self) -> &PluginRootRevision
pub fn proposal_digest(&self) -> &str
pub const fn resolved(&self) -> &ResolvedApp
pub fn into_resolved(self) -> ResolvedApp
Trait Implementations§
Source§impl Clone for PluginRootChangePublication
impl Clone for PluginRootChangePublication
Source§fn clone(&self) -> PluginRootChangePublication
fn clone(&self) -> PluginRootChangePublication
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 PluginRootChangePublication
impl RefUnwindSafe for PluginRootChangePublication
impl Send for PluginRootChangePublication
impl Sync for PluginRootChangePublication
impl Unpin for PluginRootChangePublication
impl UnsafeUnpin for PluginRootChangePublication
impl UnwindSafe for PluginRootChangePublication
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