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