pub struct UseCharacterSet { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for UseCharacterSet
impl !RefUnwindSafe for UseCharacterSet
impl !Send for UseCharacterSet
impl !Sync for UseCharacterSet
impl Unpin for UseCharacterSet
impl !UnwindSafe for UseCharacterSet
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