pub struct XStr {
pub type_name: String,
pub val: String,
}Expand description
Extended typed string — vendor-specific scalar.
Zinc: Color("red")
Fields§
§type_name: String§val: StringImplementations§
Trait Implementations§
impl Eq for XStr
impl StructuralPartialEq for XStr
Auto Trait Implementations§
impl Freeze for XStr
impl RefUnwindSafe for XStr
impl Send for XStr
impl Sync for XStr
impl Unpin for XStr
impl UnsafeUnpin for XStr
impl UnwindSafe for XStr
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