pub struct InterruptedFragment {
pub fragment_id: FragmentId,
pub stage: FragmentStageV1,
}Fields§
§fragment_id: FragmentId§stage: FragmentStageV1Trait Implementations§
Source§impl Clone for InterruptedFragment
impl Clone for InterruptedFragment
Source§fn clone(&self) -> InterruptedFragment
fn clone(&self) -> InterruptedFragment
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 InterruptedFragment
impl Debug for InterruptedFragment
impl Eq for InterruptedFragment
Source§impl PartialEq for InterruptedFragment
impl PartialEq for InterruptedFragment
impl StructuralPartialEq for InterruptedFragment
Auto Trait Implementations§
impl Freeze for InterruptedFragment
impl RefUnwindSafe for InterruptedFragment
impl Send for InterruptedFragment
impl Sync for InterruptedFragment
impl Unpin for InterruptedFragment
impl UnsafeUnpin for InterruptedFragment
impl UnwindSafe for InterruptedFragment
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