pub struct WxString(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WxString
impl RefUnwindSafe for WxString
impl !Send for WxString
impl !Sync for WxString
impl Unpin for WxString
impl UnwindSafe for WxString
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