pub struct CheckedProgram { /* private fields */ }Expand description
Opaque proof that a migration program passed simulation.
Implementations§
Source§impl CheckedProgram
impl CheckedProgram
Sourcepub fn program(&self) -> &MigrationProgram
pub fn program(&self) -> &MigrationProgram
Returns the admitted program for provider execution.
Trait Implementations§
Source§impl Clone for CheckedProgram
impl Clone for CheckedProgram
Source§fn clone(&self) -> CheckedProgram
fn clone(&self) -> CheckedProgram
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 CheckedProgram
impl RefUnwindSafe for CheckedProgram
impl Send for CheckedProgram
impl Sync for CheckedProgram
impl Unpin for CheckedProgram
impl UnsafeUnpin for CheckedProgram
impl UnwindSafe for CheckedProgram
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