pub struct UiNodeId(pub String);Expand description
Owned identifier for a node within a UI document.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiNodeId
impl<'de> Deserialize<'de> for UiNodeId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UiNodeId
Source§impl Ord for UiNodeId
impl Ord for UiNodeId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UiNodeId
impl PartialOrd for UiNodeId
impl StructuralPartialEq for UiNodeId
Auto Trait Implementations§
impl Freeze for UiNodeId
impl RefUnwindSafe for UiNodeId
impl Send for UiNodeId
impl Sync for UiNodeId
impl Unpin for UiNodeId
impl UnsafeUnpin for UiNodeId
impl UnwindSafe for UiNodeId
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