pub struct SnapshotStreamState {
pub backtrace_ids: Vec<BacktraceId>,
}Fields§
§backtrace_ids: Vec<BacktraceId>Auto Trait Implementations§
impl Freeze for SnapshotStreamState
impl RefUnwindSafe for SnapshotStreamState
impl Send for SnapshotStreamState
impl Sync for SnapshotStreamState
impl Unpin for SnapshotStreamState
impl UnsafeUnpin for SnapshotStreamState
impl UnwindSafe for SnapshotStreamState
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