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