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
impl Eq for WidgetIdCommon
impl StructuralPartialEq for WidgetIdCommon
Auto Trait Implementations§
impl Freeze for WidgetIdCommon
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)