pub struct IrEnumVariant {
pub original_value: String,
pub rust_name: String,
pub doc: Option<String>,
}Fields§
§original_value: String§rust_name: String§doc: Option<String>Trait Implementations§
Source§impl Clone for IrEnumVariant
impl Clone for IrEnumVariant
Source§fn clone(&self) -> IrEnumVariant
fn clone(&self) -> IrEnumVariant
Returns a duplicate of the value. Read more
1.0.0 · 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 IrEnumVariant
impl Debug for IrEnumVariant
Source§impl PartialEq for IrEnumVariant
impl PartialEq for IrEnumVariant
impl Eq for IrEnumVariant
impl StructuralPartialEq for IrEnumVariant
Auto Trait Implementations§
impl Freeze for IrEnumVariant
impl RefUnwindSafe for IrEnumVariant
impl Send for IrEnumVariant
impl Sync for IrEnumVariant
impl Unpin for IrEnumVariant
impl UnsafeUnpin for IrEnumVariant
impl UnwindSafe for IrEnumVariant
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