pub struct KeyString<'t> {
pub string: String<'t>,
}Expand description
Type derived for production 63
Key: String;
Fields§
§string: String<'t>Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for KeyString<'t>
impl<'t> RefUnwindSafe for KeyString<'t>
impl<'t> Send for KeyString<'t>
impl<'t> Sync for KeyString<'t>
impl<'t> Unpin for KeyString<'t>
impl<'t> UnsafeUnpin for KeyString<'t>
impl<'t> UnwindSafe for KeyString<'t>
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