pub struct SpawnBoundary {
pub future: MirOperand,
pub safety: SpawnSafetyFact,
pub span: Span,
}Fields§
§future: MirOperand§safety: SpawnSafetyFact§span: SpanTrait Implementations§
Source§impl Clone for SpawnBoundary
impl Clone for SpawnBoundary
Source§fn clone(&self) -> SpawnBoundary
fn clone(&self) -> SpawnBoundary
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 SpawnBoundary
impl Debug for SpawnBoundary
Source§impl<'de> Deserialize<'de> for SpawnBoundary
impl<'de> Deserialize<'de> for SpawnBoundary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SpawnBoundary
impl PartialEq for SpawnBoundary
Source§fn eq(&self, other: &SpawnBoundary) -> bool
fn eq(&self, other: &SpawnBoundary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SpawnBoundary
impl Serialize for SpawnBoundary
impl StructuralPartialEq for SpawnBoundary
Auto Trait Implementations§
impl Freeze for SpawnBoundary
impl RefUnwindSafe for SpawnBoundary
impl Send for SpawnBoundary
impl Sync for SpawnBoundary
impl Unpin for SpawnBoundary
impl UnsafeUnpin for SpawnBoundary
impl UnwindSafe for SpawnBoundary
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