pub struct NamedWindowDefListId(/* private fields */);Implementations§
Source§impl NamedWindowDefListId
impl NamedWindowDefListId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for NamedWindowDefListId
impl Clone for NamedWindowDefListId
Source§fn clone(&self) -> NamedWindowDefListId
fn clone(&self) -> NamedWindowDefListId
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 NamedWindowDefListId
impl Debug for NamedWindowDefListId
Source§impl From<NamedWindowDefListId> for AnyNodeId
impl From<NamedWindowDefListId> for AnyNodeId
Source§fn from(id: NamedWindowDefListId) -> AnyNodeId
fn from(id: NamedWindowDefListId) -> AnyNodeId
Converts to this type from the input type.
Source§impl<'a> From<TypedNodeList<'a, Grammar, NamedWindowDef<'a>>> for NamedWindowDefListId
impl<'a> From<TypedNodeList<'a, Grammar, NamedWindowDef<'a>>> for NamedWindowDefListId
Source§fn from(n: NamedWindowDefList<'a>) -> Self
fn from(n: NamedWindowDefList<'a>) -> Self
Converts to this type from the input type.
Source§impl Hash for NamedWindowDefListId
impl Hash for NamedWindowDefListId
Source§impl PartialEq for NamedWindowDefListId
impl PartialEq for NamedWindowDefListId
Source§impl TypedNodeId for NamedWindowDefListId
impl TypedNodeId for NamedWindowDefListId
Source§type Node<'a> = TypedNodeList<'a, Grammar, NamedWindowDef<'a>>
type Node<'a> = TypedNodeList<'a, Grammar, NamedWindowDef<'a>>
The typed view produced when this ID is resolved against an arena.
impl Copy for NamedWindowDefListId
impl Eq for NamedWindowDefListId
impl StructuralPartialEq for NamedWindowDefListId
Auto Trait Implementations§
impl Freeze for NamedWindowDefListId
impl RefUnwindSafe for NamedWindowDefListId
impl Send for NamedWindowDefListId
impl Sync for NamedWindowDefListId
impl Unpin for NamedWindowDefListId
impl UnsafeUnpin for NamedWindowDefListId
impl UnwindSafe for NamedWindowDefListId
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