pub struct IrPatternArgument {
pub name: String,
pub value: String,
}Fields§
§name: String§value: StringTrait Implementations§
Source§impl Clone for IrPatternArgument
impl Clone for IrPatternArgument
Source§fn clone(&self) -> IrPatternArgument
fn clone(&self) -> IrPatternArgument
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 IrPatternArgument
impl Debug for IrPatternArgument
impl Eq for IrPatternArgument
Source§impl PartialEq for IrPatternArgument
impl PartialEq for IrPatternArgument
impl StructuralPartialEq for IrPatternArgument
Auto Trait Implementations§
impl Freeze for IrPatternArgument
impl RefUnwindSafe for IrPatternArgument
impl Send for IrPatternArgument
impl Sync for IrPatternArgument
impl Unpin for IrPatternArgument
impl UnsafeUnpin for IrPatternArgument
impl UnwindSafe for IrPatternArgument
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