pub struct CheckpointOutcome {
pub record: CheckpointRecord,
pub record_path: Utf8PathBuf,
pub warnings: Vec<String>,
}Fields§
§record: CheckpointRecord§record_path: Utf8PathBuf§warnings: Vec<String>Trait Implementations§
Source§impl Clone for CheckpointOutcome
impl Clone for CheckpointOutcome
Source§fn clone(&self) -> CheckpointOutcome
fn clone(&self) -> CheckpointOutcome
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 CheckpointOutcome
impl Debug for CheckpointOutcome
impl Eq for CheckpointOutcome
Source§impl PartialEq for CheckpointOutcome
impl PartialEq for CheckpointOutcome
impl StructuralPartialEq for CheckpointOutcome
Auto Trait Implementations§
impl Freeze for CheckpointOutcome
impl RefUnwindSafe for CheckpointOutcome
impl Send for CheckpointOutcome
impl Sync for CheckpointOutcome
impl Unpin for CheckpointOutcome
impl UnsafeUnpin for CheckpointOutcome
impl UnwindSafe for CheckpointOutcome
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