pub struct InstallSnapshot { /* private fields */ }Implementations§
Source§impl InstallSnapshot
impl InstallSnapshot
pub fn restore(&self) -> Result<(), SkillfileError>
Trait Implementations§
Source§impl Default for InstallSnapshot
impl Default for InstallSnapshot
Source§fn default() -> InstallSnapshot
fn default() -> InstallSnapshot
Returns the “default value” for a type. Read more
Source§impl Drop for InstallSnapshot
impl Drop for InstallSnapshot
Auto Trait Implementations§
impl !Freeze for InstallSnapshot
impl !RefUnwindSafe for InstallSnapshot
impl Send for InstallSnapshot
impl !Sync for InstallSnapshot
impl Unpin for InstallSnapshot
impl UnsafeUnpin for InstallSnapshot
impl UnwindSafe for InstallSnapshot
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