pub struct Key<'src> {
pub mode: Option<KeyMode>,
pub id: Symbol<'src>,
pub values: Vec<KeyValue<'src>>,
}Fields§
§mode: Option<KeyMode>§id: Symbol<'src>§values: Vec<KeyValue<'src>>Trait Implementations§
impl<'src> StructuralPartialEq for Key<'src>
Auto Trait Implementations§
impl<'src> Freeze for Key<'src>
impl<'src> RefUnwindSafe for Key<'src>
impl<'src> Send for Key<'src>
impl<'src> Sync for Key<'src>
impl<'src> Unpin for Key<'src>
impl<'src> UnwindSafe for Key<'src>
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