pub struct Pair<'key> {
pub key: &'key str,
pub type: &'key str,
}
Fields§
§key: &'key str
§type: &'key str
Auto Trait Implementations§
impl<'key> Freeze for Pair<'key>
impl<'key> RefUnwindSafe for Pair<'key>
impl<'key> Send for Pair<'key>
impl<'key> Sync for Pair<'key>
impl<'key> Unpin for Pair<'key>
impl<'key> UnwindSafe for Pair<'key>
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