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