Struct raui_core::widget::WidgetIdCommon
source · pub struct WidgetIdCommon { /* private fields */ }
Implementations§
source§impl WidgetIdCommon
impl WidgetIdCommon
pub fn new(id: WidgetId) -> Self
pub fn include(&mut self, id: &WidgetId) -> &mut Self
pub fn include_other(&mut self, other: &Self) -> &mut Self
pub fn is_valid(&self) -> bool
pub fn parts(&self) -> Option<impl Iterator<Item = &str>>
pub fn path(&self) -> Option<&str>
Trait Implementations§
source§impl Clone for WidgetIdCommon
impl Clone for WidgetIdCommon
source§fn clone(&self) -> WidgetIdCommon
fn clone(&self) -> WidgetIdCommon
Returns a copy 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 WidgetIdCommon
impl Debug for WidgetIdCommon
source§impl Default for WidgetIdCommon
impl Default for WidgetIdCommon
source§impl<'a> FromIterator<&'a WidgetId> for WidgetIdCommon
impl<'a> FromIterator<&'a WidgetId> for WidgetIdCommon
source§impl PartialEq for WidgetIdCommon
impl PartialEq for WidgetIdCommon
source§fn eq(&self, other: &WidgetIdCommon) -> bool
fn eq(&self, other: &WidgetIdCommon) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for WidgetIdCommon
impl StructuralEq for WidgetIdCommon
impl StructuralPartialEq for WidgetIdCommon
Auto Trait Implementations§
impl RefUnwindSafe for WidgetIdCommon
impl Send for WidgetIdCommon
impl Sync for WidgetIdCommon
impl Unpin for WidgetIdCommon
impl UnwindSafe for WidgetIdCommon
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