pub struct OwnedString;Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnedString
impl RefUnwindSafe for OwnedString
impl Send for OwnedString
impl Sync for OwnedString
impl Unpin for OwnedString
impl UnsafeUnpin 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