pub struct TriggerCmdListId(/* private fields */);Implementations§
Source§impl TriggerCmdListId
impl TriggerCmdListId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for TriggerCmdListId
impl Clone for TriggerCmdListId
Source§fn clone(&self) -> TriggerCmdListId
fn clone(&self) -> TriggerCmdListId
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 TriggerCmdListId
impl Debug for TriggerCmdListId
Source§impl From<TriggerCmdListId> for AnyNodeId
impl From<TriggerCmdListId> for AnyNodeId
Source§fn from(id: TriggerCmdListId) -> AnyNodeId
fn from(id: TriggerCmdListId) -> AnyNodeId
Converts to this type from the input type.
Source§impl<'a> From<TypedNodeList<'a, Grammar, Stmt<'a>>> for TriggerCmdListId
impl<'a> From<TypedNodeList<'a, Grammar, Stmt<'a>>> for TriggerCmdListId
Source§fn from(n: TriggerCmdList<'a>) -> Self
fn from(n: TriggerCmdList<'a>) -> Self
Converts to this type from the input type.
Source§impl Hash for TriggerCmdListId
impl Hash for TriggerCmdListId
Source§impl PartialEq for TriggerCmdListId
impl PartialEq for TriggerCmdListId
Source§impl TypedNodeId for TriggerCmdListId
impl TypedNodeId for TriggerCmdListId
impl Copy for TriggerCmdListId
impl Eq for TriggerCmdListId
impl StructuralPartialEq for TriggerCmdListId
Auto Trait Implementations§
impl Freeze for TriggerCmdListId
impl RefUnwindSafe for TriggerCmdListId
impl Send for TriggerCmdListId
impl Sync for TriggerCmdListId
impl Unpin for TriggerCmdListId
impl UnsafeUnpin for TriggerCmdListId
impl UnwindSafe for TriggerCmdListId
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