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