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