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