pub struct CharString {
pub data: Vec<char>,
}Fields§
§data: Vec<char>Implementations§
Source§impl CharString
impl CharString
Auto Trait Implementations§
impl Freeze for CharString
impl RefUnwindSafe for CharString
impl Send for CharString
impl Sync for CharString
impl Unpin for CharString
impl UnwindSafe for CharString
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