pub struct HandleEffect {
pub consumes: Vec<Path>,
pub residual_before: Option<Type>,
pub residual_after: Option<Type>,
}Fields§
§consumes: Vec<Path>§residual_before: Option<Type>§residual_after: Option<Type>Trait Implementations§
Source§impl Clone for HandleEffect
impl Clone for HandleEffect
Source§fn clone(&self) -> HandleEffect
fn clone(&self) -> HandleEffect
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 HandleEffect
impl Debug for HandleEffect
Source§impl PartialEq for HandleEffect
impl PartialEq for HandleEffect
Source§fn eq(&self, other: &HandleEffect) -> bool
fn eq(&self, other: &HandleEffect) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HandleEffect
impl StructuralPartialEq for HandleEffect
Auto Trait Implementations§
impl Freeze for HandleEffect
impl RefUnwindSafe for HandleEffect
impl Send for HandleEffect
impl Sync for HandleEffect
impl Unpin for HandleEffect
impl UnsafeUnpin for HandleEffect
impl UnwindSafe for HandleEffect
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