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