pub struct ExtId(pub SmolStr);Expand description
An ext_resource/sub_resource id — the opaque, quoted-string key as written
("1", "1_app", "StyleBoxFlat_x"). A 3.x bare-int id is normalized to its string form.
Tuple Fields§
§0: SmolStrTrait Implementations§
impl Eq for ExtId
impl StructuralPartialEq for ExtId
Auto Trait Implementations§
impl Freeze for ExtId
impl RefUnwindSafe for ExtId
impl Send for ExtId
impl Sync for ExtId
impl Unpin for ExtId
impl UnsafeUnpin for ExtId
impl UnwindSafe for ExtId
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