pub struct IrTerminalAlternative {
pub tag: String,
pub payload_type: IrType,
pub source_span: SourceSpan,
}Fields§
§tag: String§payload_type: IrType§source_span: SourceSpanTrait Implementations§
Source§impl Clone for IrTerminalAlternative
impl Clone for IrTerminalAlternative
Source§fn clone(&self) -> IrTerminalAlternative
fn clone(&self) -> IrTerminalAlternative
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 IrTerminalAlternative
impl Debug for IrTerminalAlternative
impl Eq for IrTerminalAlternative
Source§impl PartialEq for IrTerminalAlternative
impl PartialEq for IrTerminalAlternative
impl StructuralPartialEq for IrTerminalAlternative
Auto Trait Implementations§
impl Freeze for IrTerminalAlternative
impl RefUnwindSafe for IrTerminalAlternative
impl Send for IrTerminalAlternative
impl Sync for IrTerminalAlternative
impl Unpin for IrTerminalAlternative
impl UnsafeUnpin for IrTerminalAlternative
impl UnwindSafe for IrTerminalAlternative
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