pub struct LValuePattern {
pub pattern: Pattern,
pub kind: InstructionKind,
}Fields§
§pattern: Pattern§kind: InstructionKindTrait Implementations§
Source§impl Clone for LValuePattern
impl Clone for LValuePattern
Source§fn clone(&self) -> LValuePattern
fn clone(&self) -> LValuePattern
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 moreAuto Trait Implementations§
impl Freeze for LValuePattern
impl RefUnwindSafe for LValuePattern
impl Send for LValuePattern
impl Sync for LValuePattern
impl Unpin for LValuePattern
impl UnsafeUnpin for LValuePattern
impl UnwindSafe for LValuePattern
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