pub struct PioString(/* private fields */);Expand description
Owned UTF-8 text returned by report functions.
Auto Trait Implementations§
impl Freeze for PioString
impl RefUnwindSafe for PioString
impl Send for PioString
impl Sync for PioString
impl Unpin for PioString
impl UnsafeUnpin for PioString
impl UnwindSafe for PioString
Blanket Implementations§
impl<T> Allocation for T
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