pub struct CompatInterpretBlock<'src> {
pub keys: KeyCombo<'src>,
pub condition: Option<KeyCombo<'src>>,
pub values: Vec<CompatInterpretItem<'src>>,
}
Fields§
§keys: KeyCombo<'src>
§condition: Option<KeyCombo<'src>>
§values: Vec<CompatInterpretItem<'src>>
Trait Implementations§
Source§impl<'src> Clone for CompatInterpretBlock<'src>
impl<'src> Clone for CompatInterpretBlock<'src>
Source§fn clone(&self) -> CompatInterpretBlock<'src>
fn clone(&self) -> CompatInterpretBlock<'src>
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<'src> Debug for CompatInterpretBlock<'src>
impl<'src> Debug for CompatInterpretBlock<'src>
Source§impl<'src> FromPest<'src> for CompatInterpretBlock<'src>
impl<'src> FromPest<'src> for CompatInterpretBlock<'src>
Source§impl<'src> PartialEq for CompatInterpretBlock<'src>
impl<'src> PartialEq for CompatInterpretBlock<'src>
impl<'src> StructuralPartialEq for CompatInterpretBlock<'src>
Auto Trait Implementations§
impl<'src> Freeze for CompatInterpretBlock<'src>
impl<'src> RefUnwindSafe for CompatInterpretBlock<'src>
impl<'src> Send for CompatInterpretBlock<'src>
impl<'src> Sync for CompatInterpretBlock<'src>
impl<'src> Unpin for CompatInterpretBlock<'src>
impl<'src> UnwindSafe for CompatInterpretBlock<'src>
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