pub struct DataFlowResult {
pub def: DefId,
pub parent: *const RefinementKey,
}Fields§
§def: DefId§parent: *const RefinementKeyTrait Implementations§
Source§impl Clone for DataFlowResult
impl Clone for DataFlowResult
Source§fn clone(&self) -> DataFlowResult
fn clone(&self) -> DataFlowResult
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 moreimpl Copy for DataFlowResult
Source§impl Debug for DataFlowResult
impl Debug for DataFlowResult
Auto Trait Implementations§
impl !Send for DataFlowResult
impl !Sync for DataFlowResult
impl Freeze for DataFlowResult
impl RefUnwindSafe for DataFlowResult
impl Unpin for DataFlowResult
impl UnsafeUnpin for DataFlowResult
impl UnwindSafe for DataFlowResult
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