pub struct WString(/* private fields */);
Expand description
Corresponds to std::wstring in C++ land
Trait Implementations§
Source§impl Deserialize for WString
impl Deserialize for WString
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self::Output>
impl StructuralPartialEq for WString
Auto Trait Implementations§
impl Freeze for WString
impl RefUnwindSafe for WString
impl Send for WString
impl Sync for WString
impl Unpin for WString
impl UnwindSafe for WString
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