pub struct Utf8Args {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8Args
impl RefUnwindSafe for Utf8Args
impl Send for Utf8Args
impl Sync for Utf8Args
impl Unpin for Utf8Args
impl UnwindSafe for Utf8Args
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