pub struct MirPlaceMutation {
pub place: MirPlace,
pub kind: PlaceMutationKind,
pub creation_policy: AssignmentCreationPolicy,
pub shape_policy: AssignmentShapePolicy,
}Fields§
§place: MirPlace§kind: PlaceMutationKind§creation_policy: AssignmentCreationPolicy§shape_policy: AssignmentShapePolicyTrait Implementations§
Source§impl Clone for MirPlaceMutation
impl Clone for MirPlaceMutation
Source§fn clone(&self) -> MirPlaceMutation
fn clone(&self) -> MirPlaceMutation
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 MirPlaceMutation
impl Debug for MirPlaceMutation
Source§impl<'de> Deserialize<'de> for MirPlaceMutation
impl<'de> Deserialize<'de> for MirPlaceMutation
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 MirPlaceMutation
impl PartialEq for MirPlaceMutation
Source§fn eq(&self, other: &MirPlaceMutation) -> bool
fn eq(&self, other: &MirPlaceMutation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MirPlaceMutation
impl Serialize for MirPlaceMutation
impl StructuralPartialEq for MirPlaceMutation
Auto Trait Implementations§
impl Freeze for MirPlaceMutation
impl RefUnwindSafe for MirPlaceMutation
impl Send for MirPlaceMutation
impl Sync for MirPlaceMutation
impl Unpin for MirPlaceMutation
impl UnsafeUnpin for MirPlaceMutation
impl UnwindSafe for MirPlaceMutation
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