pub struct HzString {
pub parts: Vec<HzStringPart>,
}Fields§
§parts: Vec<HzStringPart>Trait Implementations§
impl Eq for HzString
impl StructuralPartialEq for HzString
Auto Trait Implementations§
impl Freeze for HzString
impl RefUnwindSafe for HzString
impl Send for HzString
impl Sync for HzString
impl Unpin for HzString
impl UnwindSafe for HzString
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