pub struct PreparedSkillRun { /* private fields */ }Implementations§
Source§impl PreparedSkillRun
impl PreparedSkillRun
pub fn report(&self) -> &PreparedSkillRunReport
pub fn digest(&self) -> &str
pub fn is_ready(&self) -> bool
pub fn approve( &mut self, approval: PreparedSkillRunApproval, ) -> Result<(), SkillRunError>
pub fn approval(&self) -> Option<&PreparedSkillRunApproval>
Trait Implementations§
Source§impl Clone for PreparedSkillRun
impl Clone for PreparedSkillRun
Source§fn clone(&self) -> PreparedSkillRun
fn clone(&self) -> PreparedSkillRun
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 PreparedSkillRun
impl RefUnwindSafe for PreparedSkillRun
impl Send for PreparedSkillRun
impl Sync for PreparedSkillRun
impl Unpin for PreparedSkillRun
impl UnsafeUnpin for PreparedSkillRun
impl UnwindSafe for PreparedSkillRun
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