pub struct StringHandle(/* private fields */);
Expand description
String handles are ITT’s mechanism for efficiently naming objects. See the String Handle API documentation for more information.
Implementations§
Trait Implementations§
Source§impl Debug for StringHandle
impl Debug for StringHandle
Source§impl From<&str> for StringHandle
impl From<&str> for StringHandle
Source§impl PartialEq for StringHandle
impl PartialEq for StringHandle
impl Eq for StringHandle
impl StructuralPartialEq for StringHandle
Auto Trait Implementations§
impl Freeze for StringHandle
impl RefUnwindSafe for StringHandle
impl !Send for StringHandle
impl !Sync for StringHandle
impl Unpin for StringHandle
impl UnwindSafe for StringHandle
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