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