pub struct SessionRestoreData {
pub result: SessionRestoreResult,
pub transcript: Vec<String>,
}Expand description
Extended restore result with transcript data
Fields§
§result: SessionRestoreResult§transcript: Vec<String>Trait Implementations§
Source§impl Clone for SessionRestoreData
impl Clone for SessionRestoreData
Source§fn clone(&self) -> SessionRestoreData
fn clone(&self) -> SessionRestoreData
Returns a duplicate of the value. Read more
1.0.0 · 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 SessionRestoreData
impl RefUnwindSafe for SessionRestoreData
impl Send for SessionRestoreData
impl Sync for SessionRestoreData
impl Unpin for SessionRestoreData
impl UnsafeUnpin for SessionRestoreData
impl UnwindSafe for SessionRestoreData
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