pub struct Utf8Info {
pub value: String,
}Fields§
§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8Info
impl RefUnwindSafe for Utf8Info
impl Send for Utf8Info
impl Sync for Utf8Info
impl Unpin for Utf8Info
impl UnsafeUnpin for Utf8Info
impl UnwindSafe for Utf8Info
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